GetEnabled
|
Returns a value specifying whether a group is enabled.
|
GetExpanded
|
Returns a value specifying whether the group is expanded.
|
GetHeaderBadgeIconCssClass
|
Gets the CSS class of the icon displayed within an accordion group header badge.
|
GetHeaderBadgeText
|
Gets the text displayed within an accordion group header badge.
|
GetItem(index)
|
Returns the group’s item specified by its index.
|
GetItemByName(name)
|
Returns a group item specified by its name.
|
GetItemCount
|
Returns the number of items in the group.
|
GetText
|
Returns text displayed within a group.
|
GetVisible
|
Returns a value specifying whether a group is displayed.
|
SetExpanded(value)
|
Sets the group’s expansion state.
|
SetHeaderBadgeIconCssClass(cssClass)
|
Sets the CSS class of the icon displayed within an accordion group header badge.
|
SetHeaderBadgeText(text)
|
Sets the text displayed within an accordion group header badge.
|
SetText(text)
|
Specifies the text displayed within a group.
|
SetVisible(value)
|
Specifies whether the group is visible.
|