Enum
RadTreeViewItemPosition

The position of the RadTreeViewItem in its Parent Items collection.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue")]
[SuppressMessage("Microsoft.Design", "CA1027:MarkEnumsWithFlags")]
[Obsolete("This enum will be removed. Not used by the code.", false)]
public enum RadTreeViewItemPosition

Fields

Bottom

The item is on bottom(last) position.

Declaration

cs-api-definition
Bottom = 4

Field Value

RadTreeViewItemPosition

Middle

The item is on middle position.

Declaration

cs-api-definition
Middle = 2

Field Value

RadTreeViewItemPosition

Top

The item is on top(first) position.

Declaration

cs-api-definition
Top = 1

Field Value

RadTreeViewItemPosition

In this article
DefinitionFieldsBottomMiddleTop
Not finding the help you need?
Contact Support