Skip to main content
A newer version of this page is available. .

XtraTabPage.Enabled Property

Gets or sets whether a tab page can be selected.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
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