BootstrapAccordionItemBuilder Methods
Represents an individual item within the BootstrapAccordionBuilder control.| Name | Description |
|---|---|
| Badge(Action<BootstrapBadgePropertiesBuilder>) | Settings of a badge displayed within the accordion item. |
| ClientEnabled(Boolean) | Sets a value that indicates whether the item is enabled on the client. |
| ClientVisible(Boolean) | Sets a value that specifies the group item’s initial visibility state on the client. |
| CssClass(String) | Sets the name of a CSS class applied to the item element. |
| Enabled(Boolean) | Sets a value that indicates whether the item is enabled, allowing the item to respond 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. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IconCssClass(String) | Sets the CSS class of the icon displayed within the accordion item. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| Name(String) | Sets the unique identifier name for the current item. |
| 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. |
| Selected(Boolean) | Sets a value that specifies whether the item is selected. |
| Target(String) | Sets the window or frame at which to tarthe contents of the URL associated with the current item. |
| Template(TemplateContent) | Sets a template used to display the content of the item. |
| Template(TemplateContentCallback<BootstrapAccordionItemTemplateContainerSettings>) | Sets a template used to display the content of the item. |
| Text(String) | Sets the text content of the current item. |
| TextCssClass(String) | Sets the name of a CSS class applied to the item’s text. |
| TextTemplate(TemplateContent) | Sets a template used to display the text content of the item. |
| TextTemplate(TemplateContentCallback<BootstrapAccordionItemTemplateContainerSettings>) | Sets a template used to display the text content of the item. |
| ToolTip(String) | Sets the current item’s tooltip text. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(Boolean) | Sets a value specifying the visibility of the current item. |
| VisibleIndex(Int32) | Sets a value specifying the position of the current item amongst the visible items in a group. |
See Also