Skip to main content
A newer version of this page is available. .

ASPxClientTab Methods

Represents a client-side equivalent of a tab control’s Tab or a page control’s TabPage object.
Name Description
GetActiveImageUrl Returns the URL pointing to the image displayed within the active tab.
GetEnabled Returns a value specifying whether a tab is enabled.
GetImageUrl 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.
SetActiveImageUrl(value) Specifies the URL which points to the image displayed within the active tab.
SetEnabled(value) Specifies whether the tab is enabled.
SetImageUrl(value) 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.
See Also