Class InitialFocus
Represents operation to set initial keyboard focus.
Inheritance
System.Object
InitialFocus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class InitialFocus
Properties
Name | Description |
---|---|
First | Gets the operation that set initial focus to the first element. |
None | Gets the operation that do not set any initial keyboard focus. |
Methods
Name | Description |
---|---|
Explicit(RowBinding) | Returns the operation that set initial focus to explicit row binding. |
Explicit(ScalarBinding) | Returns the operation that set initial focus to explicit scalar binding. |
Explicit(UIElement) | Returns the operation that set initial focus to explicit view element. |
MoveFocus(UIElement) | Moves keyboard focus to view element. |