Back to Devexpress

TabFormPage.Enabled Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-98d9ffad.md

latest1.7 KB
Original Source

TabFormPage.Enabled Property

Gets or sets whether the current TabFormPage responds to end-user interaction.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the current TabFormPage responds to end-user interaction; otherwise, false.

|

Remarks

Set the Enabled property to false to disable the current TabFormPage. When disabled, the TabFormPage and its contents are displayed grayed out and do not respond to end-user interaction. See the figure below.

This property has no effect at design time.

See Also

Visible

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace