Skip to main content

BootstrapAccordionGroup Members

Represents an individual group within the BootstrapAccordion control.

Constructors

Name Description
BootstrapAccordionGroup() Initializes a new instance of the BootstrapAccordionGroup class with default settings.
BootstrapAccordionGroup(String, String, String, String, String) Initializes a new instance of the BootstrapAccordionGroup class with the specified settings.
BootstrapAccordionGroup(String, String, String, String) Initializes a new instance of the BootstrapAccordionGroup class with the specified settings.
BootstrapAccordionGroup(String, String, String) Initializes a new instance of the BootstrapAccordionGroup class with the specified settings.
BootstrapAccordionGroup(String, String) Initializes a new instance of the BootstrapAccordionGroup class with the specified settings.
BootstrapAccordionGroup(String) Initializes a new instance of the BootstrapAccordionGroup class with the specified text.

Properties

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.

Methods

Name Description
Assign(CollectionItem) Copies the public properties from the specified object to the current one.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindControl(String) Searches the current naming container for a server control with the specified id parameter. Inherited from NavBarGroup.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HasVisibleItems() Returns a value that indicates whether the group has visible items. Inherited from NavBarGroup.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the NavBarGroup object. Inherited from NavBarGroup.
See Also