XtraTabPage.Enabled Property
Gets or sets whether a tab page can be selected.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if a tab page is enabled and can be selected by an end-user or via code; otherwise, false. |
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
To specify whether the tab page can respond to user interaction use the XtraTabPage.PageEnabled property instead.
See Also