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

GridOnClickRowFilterEventArgs.Criteria Property

Gets the applied filter criteria.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Dictionary<string, CriteriaOperator> Criteria { get; }

Property Value

Type Description
Dictionary<String, CriteriaOperator>

A Dictionary<TKey,TValue><String,CriteriaOperator,> object that represents the filter criteria.

See Also