Class BringIntoViewMode
Used in the RadTreeView to specify what will be brought into view when the BringIntoView or an equivalent method is called for a RadTreeViewItem.
Inheritance
System.Object
BringIntoViewMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class BringIntoViewMode : Enum
Fields
Header
Just the header of the item will be brought into view.
Declaration
public const BringIntoViewMode Header
Field Value
HeaderAndItems
The header and as many items as possible will be brought into view.
Declaration
public const BringIntoViewMode HeaderAndItems
Field Value
value__
Declaration
public int value__
Field Value
System.
|