Class TraversalRequest
Represents a request to move focus to another control.
Inheritance
System.Object
TraversalRequest
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class TraversalRequest : Object
Constructors
TraversalRequest(FocusNavigationDirection)
Properties
FocusNavigationDirection
Wrapped
Gets or sets a value that indicates whether focus traversal has reached the end of child elements that can have focus.
Declaration
public bool Wrapped { get; set; }
Property Value
System.Boolean
|