Back to Devexpress

TabFormPage.Visible Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-8bd45159.md

latest1.5 KB
Original Source

TabFormPage.Visible Property

Gets or sets whether the current TabFormPage is visible.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the current TabFormPage is visible; otherwise, false.

|

Remarks

Set the Visible property to false to hide the current TabFormPage from the TabForm. This property is not in effect at design time.

See Also

Enabled

ShowCloseButton

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace