PivotTableFieldFilterMenuTemplateContext.FilterCriteria Property
Specifies the filter criteria applied to a data column.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public CriteriaOperator FilterCriteria { get; set; }
Property Value
Type | Description |
---|---|
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 more information and an example.
See Also