GridOnClickRowFilterEventArgs.Criteria Property
Gets the applied filter criteria.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Dictionary<String, CriteriaOperator> | A Dictionary<TKey,TValue><String,CriteriaOperator,> object that represents the filter criteria. |
See Also