BootstrapAccordionItem Class
In This Article
#Declaration
TypeScript
class BootstrapAccordionItem
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#group Property
#Declaration
TypeScript
readonly group: BootstrapAccordionGroup | null
#Property Value
Type |
---|
Bootstrap |
null |
#index Property
#Declaration
TypeScript
readonly index: number
#Property Value
Type |
---|
number |
#name Property
#Declaration
TypeScript
readonly name: string
#Property Value
Type |
---|
string |
#navBar Property
#Declaration
TypeScript
readonly navBar: BootstrapAccordion | null
#Property Value
Type |
---|
Bootstrap |
null |
#Methods
#getBadgeIconCssClass Method
#Declaration
TypeScript
getBadgeIconCssClass(): string
#Returns
Type |
---|
string |
#getBadgeText Method
#Declaration
TypeScript
getBadgeText(): string
#Returns
Type |
---|
string |
#getEnabled Method
#Declaration
TypeScript
getEnabled(): boolean
#Returns
Type |
---|
boolean |
#getIconCssClass Method
#Declaration
TypeScript
getIconCssClass(): string
#Returns
Type |
---|
string |
#getImageUrl Method
#Declaration
TypeScript
getImageUrl(): string
#Returns
Type |
---|
string |
#getNavigateUrl Method
#Declaration
TypeScript
getNavigateUrl(): string
#Returns
Type |
---|
string |
#getText Method
#Declaration
TypeScript
getText(): string
#Returns
Type |
---|
string |
#getVisible Method
#Declaration
TypeScript
getVisible(): boolean
#Returns
Type |
---|
boolean |
#setBadgeIconCssClass(cssClass) Method
#Declaration
TypeScript
setBadgeIconCssClass(
cssClass: string
): void
#Parameters
Name | Type |
---|---|
css |
string |
#setBadgeText(text) Method
#Declaration
TypeScript
setBadgeText(
text: string
): void
#Parameters
Name | Type |
---|---|
text | string |
#setEnabled(value) Method
#Declaration
TypeScript
setEnabled(
value: boolean
): void
#Parameters
Name | Type |
---|---|
value | boolean |
#setIconCssClass(cssClass) Method
#Declaration
TypeScript
setIconCssClass(
cssClass: string
): void
#Parameters
Name | Type |
---|---|
css |
string |
#setImageUrl(value) Method
#Declaration
TypeScript
setImageUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setNavigateUrl(value) Method
#Declaration
TypeScript
setNavigateUrl(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setText(value) Method
#Declaration
TypeScript
setText(
value: string
): void
#Parameters
Name | Type |
---|---|
value | string |
#setVisible(value) Method
#Declaration
TypeScript
setVisible(
value: boolean
): void
#Parameters
Name | Type |
---|---|
value | boolean |