Skip to main content
All docs
V23.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.v23.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