GridOnClickRowFilterEventArgs.Kind Property
Gets or sets a value specifying which action should be performed within the corresponding event handler.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| GridViewAutoFilterEventKind | One of GridViewAutoFilterEventKind values. |
Available values:
| Name | Description |
|---|---|
| CreateCriteria | Indicates that you should provide custom filter criteria via the GridAutoFilterEventArgs.Criteria property. |
| ExtractDisplayText | Indicates that you should specify text displayed within the auto-filter row cell. To do this, use the GridAutoFilterEventArgs.Value property. |
See Also