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

BootstrapAccordionItem Members

Represents an individual item within the BootstrapAccordion control.

Constructors

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

Properties

Name Description
Accordion Gets the accordion object to which the current item belongs.
Badge Gets settings of a badge displayed within the accordion item.
ClientEnabled Gets or sets a value that indicates whether the item is enabled on the client. Inherited from NavBarItem.
ClientVisible Gets or sets a value that specifies the group item’s initial visibility state on the client. Inherited from NavBarItem.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
CssClass Gets or sets the name of a CSS class applied to the item element.
DataItem Gets the data item that is bound to the navbar item. Inherited from NavBarItem.
DataPath Gets the path to the data that is bound to the navbar item. Inherited from NavBarItem.
Enabled Gets or sets a value that indicates whether the item is enabled, allowing the item to respond to end-user interactions. Inherited from NavBarItem.
Group Gets the group to which the current item belongs.
IconCssClass Gets or sets the CSS class of the icon displayed within the accordion item.
Image 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.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Name Gets or sets the unique identifier name for the current item. Inherited from NavBarItem.
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 NavBarItem.
Selected Gets or sets a value that specifies whether the item is selected. Inherited from NavBarItem.
Target Gets or sets the window or frame at which to target the contents of the URL associated with the current item. Inherited from NavBarItem.
Template Gets or sets a template used to display the content of the item. Inherited from NavBarItem.
Text Gets or sets the text content of the current item. Inherited from NavBarItem.
TextCssClass Gets or sets the name of a CSS class applied to the item’s text.
TextTemplate Gets or sets a template used to display the text content of the item. Inherited from NavBarItem.
ToolTip Gets or sets the current item’s tooltip text. Inherited from NavBarItem.
Visible Gets or sets a value specifying the visibility of the current item. Inherited from NavBarItem.
VisibleIndex Gets or sets a value specifying the position of the current item amongst the visible items in a group. Inherited from NavBarItem.

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 NavBarItem.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
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 NavBarItem object. Inherited from NavBarItem.
See Also