Skip to main content

ASPxClientTab Members

Represents a client-side equivalent of a tab control’s Tab or a page control’s TabPage object.

Properties

Name Description
index Gets the index of the current tab (tabbed page) within the control’s collection of tabs (tabbed pages).
name Gets the name that uniquely identifies the current tab.
tabControl Gets the tab control to which the current tab belongs.

Methods

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