ExpandMode
Enum
The ExpandMode enumeration is used in RadPanelBar to specify the allowed number of expanded RadPanelBarItem.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum ExpandMode
Fields
More than one item can be expanded at a time.
C#
Multiple = 1
Only one item can be expanded at a time. Expanding another item collapses the previously expanded one.
C#
Single = 0