Skip to main content
A newer version of this page is available. .
All docs
V21.2

AllowedFormatConditionFilters Enum

Lists values that specify whether the GridControl‘s column supports conditional formatting filters.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v21.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum AllowedFormatConditionFilters

Members

Name Description
None

The column does not support conditional formatting filters.

All

The column supports conditional formatting filters.

Related API Members

The following properties accept/return AllowedFormatConditionFilters values:

See Also