Skip to main content
A newer version of this page is available. .

BootstrapAccordionGroup Properties

Represents an individual group within the BootstrapAccordion control.
Name Description
Accordion Gets the Accordion object to which the current group belongs.
AllowDragging This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
AllowExpanding Gets or sets a value that specifies whether the group’s expansion state can be changed via an end-user’s interaction. Inherited from NavBarGroup.
ClientVisible Gets or sets a value that specifies the group’s initial visibility state on the client. Inherited from NavBarGroup.
CollapseImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
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.
ContentStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
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.
ExpandImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
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.
HeaderImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
HeaderImageCollapsed This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
HeaderStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
HeaderStyleCollapsed This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
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.
ItemBulletStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ItemCssClass Gets or sets the name of a CSS class applied to the accordion group’s items.
ItemImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ItemImagePosition This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ItemLinkMode This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Items Gets the collection of items within the group and provides indexed access to them.
ItemStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
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.
NavBar This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
NavigateUrl Gets or sets an URL which defines the navigation location. Inherited from NavBarGroup.
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.
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