RadControls for WPF

The position of the RadTreeViewItem in its Parent Items collection.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public enum RadTreeViewItemPosition
Visual Basic
Public Enumeration RadTreeViewItemPosition

Members

Member nameValueDescription
Top1 The item is on top(first) position.
Middle2 The item is on middle position.
Bottom4 The item is on bottom(last) position.

See Also