ASPxGridViewOnClickRowFilterEventArgs(GridViewAutoFilterEventKind) Constructor
Initializes a new instance of the ASPxGridViewOnClickRowFilterEventArgs class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
kind | GridViewAutoFilterEventKind | A GridViewAutoFilterEventKind enumeration value that indicates which action should be performed within the event handler. |
See Also