Skip to main content

StyleFormatConditionBase.Enabled Property

Gets or sets whether the current condition is in effect.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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