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

FormatConditionBase.IsEnabled Property

Specifies whether the conditional format is enabled. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "RaiseChanged")]
public bool IsEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the format condition is enabled; otherwise, false.

See Also