BootstrapAccordionGroup Properties
Represents an individual group within the BootstrapAccordion control.Name | Description |
---|---|
Accordion | Gets the Accordion object to which the current group belongs. |
AllowExpanding | Specifies whether the group’s expansion state can be changed. Inherited from NavBarGroup. |
ClientVisible | Gets or sets a value that specifies the group’s initial visibility state on the client. Inherited from NavBarGroup. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
ContentCssClass | Gets or sets the name of a CSS class applied to the accordion group’s content container element. |
ContentTemplate | Gets or sets a template used for displaying the client region’s content of the current group. Inherited from NavBarGroup. |
DataItem | Gets the data item that is bound to the navbar group. Inherited from NavBarGroup. |
DataPath | Gets the path to the data that is bound to the navbar group. Inherited from NavBarGroup. |
Enabled | Gets or sets a value that indicates whether the group is enabled, allowing the group to response to end-user interactions. Inherited from NavBarGroup. |
ExpandButtonPosition | Gets or sets a value that specifies the position at which the expand button is displayed within the group’s header. Inherited from NavBarGroup. |
Expanded | Gets or sets a value specifying whether the group is expanded. Inherited from NavBarGroup. |
HeaderBadge | Gets settings of a badge displayed within the accordion group’s header. |
HeaderCssClass | Gets or sets the name of a CSS class applied to an accordion group’s header element. |
HeaderCssClassCollapsed | Gets or sets the name of a CSS class applied to a collapsed accordion group’s header element. |
HeaderIconCollapsedCssClass | Gets or sets the CSS class of the image displayed within a collapsed accordion group’s header. |
HeaderIconCssClass | Gets or sets the CSS class of the image displayed within an accordion group’s header. |
HeaderTemplate | Gets or sets a template used for displaying the content of the group’s header. Inherited from NavBarGroup. |
HeaderTemplateCollapsed | Gets or sets a template used for displaying the content of the group’s header when the group is in a collapsed state. Inherited from NavBarGroup. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
ItemCssClass | Gets or sets the name of a CSS class applied to the accordion group’s items. |
Items | Gets the collection of items within the group and provides indexed access to them. |
ItemTemplate | Gets or sets a template used for displaying the content of the group’s items. Inherited from NavBarGroup. |
ItemTextTemplate | Gets or sets a template used for displaying the text content of the group’s items. Inherited from NavBarGroup. |
Name | Gets or sets the unique identifier name for the group. Inherited from NavBarGroup. |
NavigateUrl | Gets or sets an URL which defines the navigation location. Inherited from NavBarGroup. |
SettingsBootstrap | |
ShowExpandButton | Gets or sets a value that specifies whether the expand button is displayed within the group’s header. Inherited from NavBarGroup. |
Target | Gets or sets the window or frame at which to target the contents of the URL associated with the group’s caption. Inherited from NavBarGroup. |
Text | Gets or sets the group’s caption (the text content of the group’s header). Inherited from NavBarGroup. |
TextCssClass | Specifies CSS classes applied to the Accordion group‘s text. |
ToolTip | Gets or sets the tooltip text for the group’s header. Inherited from NavBarGroup. |
Visible | Gets or sets a value specifying the visibility of the group. Inherited from NavBarGroup. |
VisibleIndex | Gets or sets a value specifying the position of the group amongst the visible groups in the navbar control. Inherited from NavBarGroup. |
See Also