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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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