BootstrapAccordionGroup Class
Declaration
class BootstrapAccordionGroup
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Properties
index Property
Declaration
readonly index: number
Property Value
name Property
Declaration
readonly name: string
Property Value
navBar Property
Declaration
readonly navBar: BootstrapAccordion | null
Property Value
Methods
getEnabled Method
Declaration
getEnabled(): boolean
Returns
getExpanded Method
Declaration
getExpanded(): boolean
Returns
getHeaderBadgeIconCssClass(): string
getHeaderBadgeText(): string
getItem(index) Method
Declaration
getItem(
index: number
): BootstrapAccordionItem | null
Parameters
Returns
getItemByName(name) Method
Declaration
getItemByName(
name: string
): BootstrapAccordionItem | null
Parameters
Returns
getItemCount Method
Declaration
getItemCount(): number
Returns
getText Method
Declaration
getText(): string
Returns
getVisible Method
Declaration
getVisible(): boolean
Returns
setExpanded(value) Method
Declaration
setExpanded(
value: boolean
): void
Parameters
setHeaderBadgeIconCssClass(
cssClass: string
): void
Name |
Type |
cssClass |
string |
setHeaderBadgeText(
text: string
): void
setText(text) Method
Declaration
setText(
text: string
): void
Parameters
setVisible(value) Method
Declaration
setVisible(
value: boolean
): void
Parameters