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

ASPxTabControlBase.HasVisibleTabs() Method

Returns a value that indicates whether a tab control contains any visible tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool HasVisibleTabs()

Returns

Type Description
Boolean

true if a tab control contains any visible tab; false if there are no visible tabs within the tab control (or there are no tabs at all).

See Also