TabFormPage.Visible Property
In This Article
Gets or sets whether the current TabFormPage is visible.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the current Tab |
#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