Class ExpandMode
The ExpandMode enumeration is used in Rad
Inheritance
System.Object
ExpandMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class ExpandMode : Enum
Fields
Multiple
More than one item can be expanded at a time.
Declaration
public const ExpandMode Multiple
Field Value
Single
Only one item can be expanded at a time. Expanding another item collapses the previously expanded one.
Declaration
public const ExpandMode Single
Field Value
value__
Declaration
public int value__
Field Value
System.
|