Class ExpandMode
The ExpandMode enumeration is used in RadPanelBar to specify the allowed number of expanded RadPanelBarItem.
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
ExpandMode
|
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
ExpandMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|