Skip to main content
All docs
V21.2
  • GridControl.FormatConditions Property

    Provides access to the collection of conditional formatting rules.

    Namespace: DevExpress.UI.Xaml.Grid

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

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public FormatConditionCollection FormatConditions { get; }

    Property Value

    Type Description
    DevExpress.UI.Xaml.Grid.FormatConditionCollection

    A DevExpress.UI.Xaml.Grid.FormatConditionCollection object that stores conditional formatting rules applied to the grid.

    Remarks

    The grid provides the following format conditions:

    See Also