Back to Devexpress

PivotTableFieldFilterMenuTemplateContext.FilterCriteria Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablefieldfiltermenutemplatecontext-6aa0494c.md

latest1.6 KB
Original Source

PivotTableFieldFilterMenuTemplateContext.FilterCriteria Property

Specifies the filter criteria applied to a data column.

Namespace : DevExpress.Blazor.PivotTable

Assembly : DevExpress.Blazor.PivotTable.v25.2.dll

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public CriteriaOperator FilterCriteria { get; set; }

Property Value

TypeDescription
CriteriaOperator

The filter criteria.

|

Remarks

DxPivotTable.FieldFilterMenuTemplate and DxPivotTableField.FilterMenuTemplate properties allow you to specify custom content for the field filter menu. The template’s context parameter contains the FilterCriteria property. Use this property to specify the filter criteria applied to the field.

Refer to the DxPivotTable.FieldFilterMenuTemplate property description for additional information and an example.

See Also

PivotTableFieldFilterMenuTemplateContext Class

PivotTableFieldFilterMenuTemplateContext Members

DevExpress.Blazor.PivotTable Namespace