Skip to main content

BootstrapAccordionGroup Class

Declaration

class BootstrapAccordionGroup

Remarks

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

Type
number

name Property

Declaration

readonly name: string

Property Value

Type
string

navBar Property

Declaration

readonly navBar: BootstrapAccordion | null

Property Value

Type
BootstrapAccordion
null

Methods

getEnabled Method

Declaration

getEnabled(): boolean

Returns

Type
boolean

getExpanded Method

Declaration

getExpanded(): boolean

Returns

Type
boolean

getHeaderBadgeIconCssClass Method

Declaration

getHeaderBadgeIconCssClass(): string

Returns

Type
string

getHeaderBadgeText Method

Declaration

getHeaderBadgeText(): string

Returns

Type
string

getItem(index) Method

Declaration

getItem(
    index: number
): BootstrapAccordionItem | null

Parameters

Name Type
index number

Returns

Type
BootstrapAccordionItem
null

getItemByName(name) Method

Declaration

getItemByName(
    name: string
): BootstrapAccordionItem | null

Parameters

Name Type
name string

Returns

Type
BootstrapAccordionItem
null

getItemCount Method

Declaration

getItemCount(): number

Returns

Type
number

getText Method

Declaration

getText(): string

Returns

Type
string

getVisible Method

Declaration

getVisible(): boolean

Returns

Type
boolean

setExpanded(value) Method

Declaration

setExpanded(
    value: boolean
): void

Parameters

Name Type
value boolean

setHeaderBadgeIconCssClass(cssClass) Method

Declaration

setHeaderBadgeIconCssClass(
    cssClass: string
): void

Parameters

Name Type
cssClass string

setHeaderBadgeText(text) Method

Declaration

setHeaderBadgeText(
    text: string
): void

Parameters

Name Type
text string

setText(text) Method

Declaration

setText(
    text: string
): void

Parameters

Name Type
text string

setVisible(value) Method

Declaration

setVisible(
    value: boolean
): void

Parameters

Name Type
value boolean