The C1WebCustomGroup type exposes the following members.

Properties

  NameDescription
ActualActive
AllowMultipleSelect
If false, only a single item can be selected in the group.
AllowMultipleSelectInControl
If false, only a single item can be selected in the all of the groups in the control.
AllowSelectItem
If true, one or more items in the group can be selected.
AllowUnselectItem
If true, user can unselect the item by clicking it the second time.
AlwaysHasSelected
If true and if AllowSelectItem=true at minimum one item in the group is selected.
DisabledGroupStyle
Style for the disabled group.
DisabledItemStyle
Style for the child items in the disabled state.
Enabled
Gets or sets a value indicating whether the group is enabled.
EnableExpandCollapse
Gets or sets a value indicating whether the user can expand or collapse the group by double-clicking on the header or clicking on the indicator image.
GroupPadding
Default space between the group's border and items in the group.
GroupStyle
Style for the group.
IconBarWidth
Sets or returns the width of the icon bar drawn on the side of the groups.
Index
Index of the group in the control.
IsTrackingViewState
Indicates whether the server control is saving changes to its view state.
ItemPadding
Gets or sets default space between the item's border and content.
Items
Collection of the child items.
ItemSpacing
Gets or sets the space between the items in the group.
ItemStyle
Style for the child items in the normal state.
MouseOverItemStyle
Style for the child items when the mouse hovers over it.
MouseOverSelectedItemStyle
Style for the child items when the mouse hovers over the selected item.
RootControl
Root control for the group.
SelectedItemStyle
Style for the child items in the selected state.
SeparatorStyle
Default style for the separators.
ToolTip
Gets or sets the ToolTip text displayed when the mouse pointer rests over the group.
ViewState
View state for the group.
Visible
Gets or sets a value indicating whether or not the group is visible.
WrapText
Gets or sets a value that indicates whether the item's text is wrapped.

See Also