Skip to main content

ASPxClientTab.GetVisible Method

Returns a value specifying whether a tab is displayed.

Declaration

GetVisible(): boolean

Returns

Type Description
boolean

true is the tab is visible; otherwise, false.

Remarks

Use the GetVisible method to obtain a tab’s visibility state on the client. The initial client visibility state of the tab can be defined using its server TabBase.ClientVisible property. Then, the tab’s visibility can be dynamically changed on the client side using the ASPxClientTab.SetVisible method.

See Also