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
BringIntoViewMode
|
HeaderAndItems
The header and as many items as possible will be brought into view.
Declaration
public const BringIntoViewMode HeaderAndItems
Field Value
BringIntoViewMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|