Back to Devexpress

XtraTabPage.Visible Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-3ce1a362.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool Visible { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Visible As Boolean

Property Value

TypeDescription
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

PageVisible

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace