ASPxClientTab Methods
Represents a client-side equivalent of a tab control’s Tab or a page control’s TabPage object.
Name | Description |
---|---|
Get |
Returns the URL pointing to the image displayed within the active tab. |
Get |
Returns a value specifying whether a tab is enabled. |
Get |
Returns the URL pointing to the image displayed within the tab. |
Get |
Gets an URL which defines the navigation location for the tab. |
Get |
Returns text displayed within the tab. |
Get |
Returns a value specifying whether a tab is displayed. |
Set |
Specifies the URL which points to the image displayed within the active tab. |
Set |
Specifies whether the tab is enabled. |
Set |
Specifies the URL which points to the image displayed within the tab. |
Set |
Specifies a URL which defines the navigation location for the tab. |
Set |
Specifies the text displayed within the tab. |
Set |
Specifies whether the tab is visible. |
See Also