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