Skip to main content
All docs
V21.2
  • FormatConditionBase.IsEnabled Property

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

    Namespace: DevExpress.UI.Xaml.Grid

    Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public bool IsEnabled { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also