Specifies the selection mode of the items in a group of the control.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum SelectionMode
Visual Basic (Declaration)
Public Enumeration SelectionMode

Members

Member nameDescription
None No item can be selected in the group.
One One item can be selected in the group.
MultiSelect One or more items can be selected in the group.
AllowUnselectItem Can unselect the selected item.
AlwaysHasSelected Always has selected item.

See Also