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

StyleFormatConditionBase.Enabled Property

Gets or sets whether the current condition is in effect.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the current condition is in effect; otherwise, false.

See Also