Back to Devexpress

ColumnBase.AllowedFormatConditionFilters Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-5557a0e8.md

latest2.0 KB
Original Source

ColumnBase.AllowedFormatConditionFilters Property

Gets or sets whether the GridControl‘s column supports conditional formatting filters.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public AllowedFormatConditionFilters? AllowedFormatConditionFilters { get; set; }
vb
Public Property AllowedFormatConditionFilters As AllowedFormatConditionFilters?

Property Value

TypeDescription
Nullable<AllowedFormatConditionFilters>

AllowedFormatConditionFilters

|

Available values:

NameDescription
None

The column does not support conditional formatting filters.

| | All |

The column supports conditional formatting filters.

|

Remarks

Refer to the following help topic for more information: Allowed Filters.

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace