The C1WebGroupHeader type exposes the following members.

Properties

  NameDescription
ActualActive (Inherited from C1WebCustomGroup.)
ActualPopulateOnDemand
AllowMultipleSelect
If false, only a single item can be selected in the group.
(Inherited from C1WebCustomGroup.)
AllowMultipleSelectInControl
If false, only a single item can be selected in the all of the groups in the control.
(Inherited from C1WebCustomGroup.)
AllowSelectItem
If true, one or more items in the group can be selected.
(Inherited from C1WebCustomGroup.)
AllowUnselectItem
If true, user can unselect the item by clicking it the second time.
(Inherited from C1WebCustomGroup.)
AlwaysHasSelected
If true and if AllowSelectItem=true at minimum one item in the group is selected.
(Inherited from C1WebCustomGroup.)
CaptionImageHeight
Gets or sets the height of the image set in the CaptionImageUrl property of the header styles.
CaptionImageWidth
Gets or sets the image's width set in the CaptionImageUrl property of the header styles.
ClientScripts
Collection of client-side scripts associated with the header of the group.
DisabledGroupStyle
Style for the disabled group.
(Inherited from C1WebCustomGroup.)
DisabledHeaderStyle
Style for the group header in the disabled state.
DisabledItemStyle
Style for the child items in the disabled state.
(Inherited from C1WebCustomGroup.)
Enabled
Gets or sets a value indicating whether the group is enabled.
(Inherited from C1WebCustomGroup.)
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.
(Inherited from C1WebCustomGroup.)
GroupPadding
Default space between the group's border and items in the group.
(Inherited from C1WebCustomGroup.)
GroupStyle
Style for the group.
(Inherited from C1WebCustomGroup.)
Height
Height of the scrollable area.
(Inherited from C1WebScrollableGroup.)
IconBarWidth
Sets or returns the width of the icon bar drawn on the side of the groups.
(Inherited from C1WebCustomGroup.)
Index
Index of the group in the control.
(Inherited from C1WebCustomGroup.)
IsTrackingViewState
Indicates whether the server control is saving changes to its view state.
(Inherited from C1WebCustomGroup.)
ItemPadding
Gets or sets default space between the item's border and content.
(Inherited from C1WebCustomGroup.)
Items
Collection of the child items.
(Inherited from C1WebCustomGroup.)
ItemSpacing
Gets or sets the space between the items in the group.
(Inherited from C1WebCustomGroup.)
ItemStyle
Style for the child items in the normal state.
(Inherited from C1WebCustomGroup.)
MouseOverItemStyle
Style for the child items when the mouse hovers over it.
(Inherited from C1WebCustomGroup.)
MouseOverSelectedItemStyle
Style for the child items when the mouse hovers over the selected item.
(Inherited from C1WebCustomGroup.)
PopulateOnDemand
Gets or sets a value that indicates whether the group is populated dynamically.
RootControl
Root control for the group.
(Inherited from C1WebCustomGroup.)
ScrollAreaStyle
Style for the scrollable area in the group.
(Inherited from C1WebScrollableGroup.)
SelectedItemStyle
Style for the child items in the selected state.
(Inherited from C1WebCustomGroup.)
SeparatorStyle
Default style for the separators.
(Inherited from C1WebCustomGroup.)
Text
Gets or sets text that is displayed in the group header.
TextHeight
Gets or sets the height of C1WebGroupHeader's text.
ToolTip
Gets or sets the ToolTip text displayed when the mouse pointer rests over the group.
(Inherited from C1WebCustomGroup.)
ViewState
View state for the group.
(Inherited from C1WebCustomGroup.)
Visible
Gets or sets a value indicating whether or not the group is visible.
(Inherited from C1WebCustomGroup.)
WrapText
Gets or sets a value that indicates whether the item's text is wrapped.
(Inherited from C1WebCustomGroup.)

See Also