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

BaseDocument.IsEnabled Property

Gets whether the document is enabled.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public bool IsEnabled { get; }

Property Value

Type Description
Boolean

true if the document is enabled; otherwise, false.

Remarks

A document is enabled if the document’s content (BaseDocument.Control) is enabled.

See Also