Back to Devexpress

ColumnBase.AllowedDataAnalysisFilters Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-576c70a7.md

latest2.1 KB
Original Source

ColumnBase.AllowedDataAnalysisFilters Property

Gets or sets data analysis filters that the GridControl‘s column supports.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Nullable<AllowedDataAnalysisFilters>

Allowed data analysis filters that the GridControl‘s column supports.

|

Available values:

NameDescription
None

None of data analysis operators are allowed.

| | Top |

The Top operator.

| | Bottom |

The Bottom operator.

| | AboveAverage |

The Above Average operator.

| | BelowAverage |

The Below Average operator.

| | Unique |

The Unique operator.

| | Duplicate |

The Duplicate operator.

| | All |

All data analysis operators are allowed.

|

Remarks

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

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace