The position of the RadTreeViewItem in its Parent Items collection.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
[Obsolete("This enum will be removed. Not used by the code.", false)]
public enum RadTreeViewItemPosition
Fields
The item is on bottom(last) position.
C#
Bottom = 4
The item is on middle position.
C#
Middle = 2
The item is on top(first) position.
C#
Top = 1