Skip to main content
All docs
V23.2

GridDataColumnFilterMenuTemplateContext.FilterCriteria Property

Specifies the filter criteria applied to a data column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public CriteriaOperator FilterCriteria { get; set; }

Property Value

Type Description
CriteriaOperator

The filter criteria.

Remarks

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

Refer to the DxGridDataColumn.FilterMenuTemplate property description for more information and an example.

See Also