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

XtraTabPage.Visible Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To specify the tab page’s visibility use the XtraTabPage.PageVisible property instead.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the tab page is visible; otherwise, false.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To specify the tab page’s visibility use the XtraTabPage.PageVisible property instead.

See Also