GetBadgeIconCssClass
|
Gets the CSS class of the icon displayed within the accordion item badge.
|
GetBadgeText
|
Gets the text displayed within the accordion item badge.
|
GetEnabled
|
Returns a value indicating whether an item is enabled.
|
GetIconCssClass
|
Gets the CSS class of the icon displayed by the Accordion item.
|
GetImageUrl
|
Obsolete. Specifies the URL which points to the image displayed within the item.
|
GetNavigateUrl
|
Gets an URL which defines the item’s navigation location.
|
GetText
|
Returns text displayed within the item.
|
GetVisible
|
Returns a value specifying whether an item is displayed.
|
SetBadgeIconCssClass(cssClass)
|
Sets the CSS class of the icon displayed within the accordion item badge.
|
SetBadgeText(text)
|
Sets the text displayed within the accordion item badge.
|
SetEnabled(value)
|
Specifies whether the item is enabled.
|
SetIconCssClass(cssClass)
|
Sets the CSS class of the icon displayed by the Accordion item.
|
SetImageUrl(value)
|
Obsolete. Specifies the URL which points to the image displayed within the item.
|
SetNavigateUrl(value)
|
Specifies a URL which defines the item’s navigation location.
|
SetText(value)
|
Specifies the text displayed within the item.
|
SetVisible(value)
|
Specifies whether the item is visible.
|