GridAutoFilterEventArgs(CriteriaOperator, GridViewAutoFilterEventKind, String) Constructor
Initializes a new instance of the GridAutoFilterEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public GridAutoFilterEventArgs(
CriteriaOperator criteria,
GridViewAutoFilterEventKind kind,
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| criteria | CriteriaOperator | A CriteriaOperator object that represents the filter expression. |
| kind | GridViewAutoFilterEventKind | A GridViewAutoFilterEventKind enumeration value that indicates which action should be performed within the event handler. |
| value | String | A String value that specifies text displayed within the auto-filter row cell. |
See Also