Skip to main content
A newer version of this page is available. .

GridDataColumnFilterRowCellTemplateContext.FilterCriteria Property

Specifies the filter criteria applied to the data column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public CriteriaOperator FilterCriteria { get; set; }

Property Value

Type Description
CriteriaOperator

The filter criteria.

Remarks

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

See Also