BootstrapAccordionGroupBuilder Methods
Represents an individual group within the BootstrapAccordionBuilder control.| Name | Description |
|---|---|
| AllowExpanding(Boolean) | Sets a value that specifies whether the group’s expansion state can be changed via an end-user’s interaction. |
| ClientVisible(Boolean) | Sets a value that specifies the group’s initial visibility state on the client. |
| ContentCssClass(String) | Sets the name of a CSS class applied to the accordion group’s content container element. |
| ContentTemplate(TemplateContent) | Sets a template used for displaying the client region’s content of the current group. |
| ContentTemplate(TemplateContentCallback<BootstrapAccordionGroupTemplateContainerSettings>) | Sets a template used for displaying the client region’s content of the current group. |
| Enabled(Boolean) | Sets a value that indicates whether the group is enabled, allowing the group to response to end-user interactions. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| ExpandButtonPosition(ExpandButtonPosition) | Sets a value that specifies the position at which the expand button is displayed within the group’s header. |
| Expanded(Boolean) | Sets a value specifying whether the group is expanded. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| HeaderBadge(Action<BootstrapBadgePropertiesBuilder>) | Settings of a badge displayed within the accordion group’s header. |
| HeaderCssClass(String) | Sets the name of a CSS class applied to an accordion group’s header element. |
| HeaderCssClassCollapsed(String) | Sets the name of a CSS class applied to a collapsed accordion group’s header element. |
| HeaderIconCollapsedCssClass(String) | Sets the CSS class of the image displayed within a collapsed accordion group’s header. |
| HeaderIconCssClass(String) | Sets the CSS class of the image displayed within an accordion group’s header. |
| HeaderTemplate(TemplateContent) | Sets a template used for displaying the content of the group’s header. |
| HeaderTemplate(TemplateContentCallback<BootstrapAccordionGroupTemplateContainerSettings>) | Sets a template used for displaying the content of the group’s header. |
| HeaderTemplateCollapsed(TemplateContent) | Sets a template used for displaying the content of the group’s header when the group is in a collapsed state. |
| HeaderTemplateCollapsed(TemplateContentCallback<BootstrapAccordionGroupTemplateContainerSettings>) | Sets a template used for displaying the content of the group’s header when the group is in a collapsed state. |
| ItemCssClass(String) | Sets the name of a CSS class applied to the accordion group’s items. |
| Items(Action<BootstrapAccordionItemCollectionBuilder>) | The collection of items within the group and provides indexed access to them. |
| ItemTemplate(TemplateContent) | Sets a template used for displaying the content of the group’s items. |
| ItemTemplate(TemplateContentCallback<BootstrapAccordionItemTemplateContainerSettings>) | Sets a template used for displaying the content of the group’s items. |
| ItemTextTemplate(TemplateContent) | Sets a template used for displaying the text content of the group’s items. |
| ItemTextTemplate(TemplateContentCallback<BootstrapAccordionItemTemplateContainerSettings>) | Sets a template used for displaying the text content of the group’s items. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| Name(String) | Sets the unique identifier name for the group. |
| NavigateUrl(Action<ControlRouteBuilder>) | Sets an URL which defines the navigation location. |
| NavigateUrl(String) | Sets an URL which defines the navigation location. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ShowExpandButton(Nullable<Boolean>) | Sets a value that specifies whether the expand button is displayed within the group’s header. |
| Target(String) | Sets the window or frame at which to tarthe contents of the URL associated with the group’s caption. |
| Text(String) | Sets the group’s caption (the text content of the group’s header). |
| ToolTip(String) | Sets the tooltip text for the group’s header. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(Boolean) | Sets a value specifying the visibility of the group. |
| VisibleIndex(Int32) | Sets a value specifying the position of the group amongst the visible groups in the navbar control. |
See Also