Specifies the direction of tree traversal.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public enum TraversalDirection
Fields
Traversing should go down.
C#
Down = 1
Traversing should go up.
C#
Up = 0
Specifies the direction of tree traversal.
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
public enum TraversalDirection
Traversing should go down.
Down = 1
Traversing should go up.
Up = 0