GetActiveIconCssClass
|
Gets the CSS class of an icon displayed by the tab when it is active.
|
GetActiveImageUrl
|
Obsolete. Returns the URL pointing to the image displayed within the active tab.
|
GetBadgeIconCssClass
|
Gets the CSS class of the icon displayed within the tab badge.
|
GetBadgeText
|
Gets the text displayed within the tab badge.
|
GetEnabled
|
Returns a value specifying whether a tab is enabled.
|
GetIconCssClass
|
Gets the CSS class of the icon displayed by the tab.
|
GetImageUrl
|
Obsolete. Returns the URL pointing to the image displayed within the tab.
|
GetNavigateUrl
|
Gets an URL which defines the navigation location for the tab.
|
GetText
|
Returns text displayed within the tab.
|
GetVisible
|
Returns a value specifying whether a tab is displayed.
|
SetActiveIconCssClass(cssClass)
|
Sets the CSS class of an icon displayed by the tab when it is active.
|
SetActiveImageUrl(value)
|
Obsolete. Specifies the URL which points to the image displayed within the active tab.
|
SetBadgeIconCssClass(cssClass)
|
Sets the CSS class of the icon displayed within the tab badge.
|
SetBadgeText(text)
|
Sets the text displayed within the tab badge.
|
SetEnabled(value)
|
Specifies whether the tab is enabled.
|
SetIconCssClass(cssClass)
|
Sets the CSS class of the icon displayed by the tab.
|
SetImageUrl(value)
|
Obsolete. Specifies the URL which points to the image displayed within the tab.
|
SetNavigateUrl(value)
|
Specifies a URL which defines the navigation location for the tab.
|
SetText(value)
|
Specifies the text displayed within the tab.
|
SetVisible(value)
|
Specifies whether the tab is visible.
|