New to Telerik UI for WPFStart a free 30-day trial

Represents a request to move focus to another control.

Definition

Namespace:Telerik.Windows.Controls.TreeView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class TraversalRequest

Inheritance: objectTraversalRequest

Constructors

Initializes a new instance of the TraversalRequest class.

C#
public TraversalRequest(FocusNavigationDirection focusNavigationDirection)
Parameters:focusNavigationDirectionFocusNavigationDirection

The intended direction of the focus traversal, as a value of the enumeration.

Properties

Gets the traversal direction.

C#
public FocusNavigationDirection FocusNavigationDirection { get; }

Gets or sets a value that indicates whether focus traversal has reached the end of child elements that can have focus.

C#
public bool Wrapped { get; set; }