GridViewAutoFilterEventKind Enum
In This Article
Lists the values that indicate which action should be performed within the ASPxGridView.ProcessColumnAutoFilter event handler.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Create
|
Indicates that you should provide custom filter criteria via the Grid |
Extract
|
Indicates that you should specify text displayed within the auto-filter row cell. To do this, use the Grid |
#Related API Members
The following properties accept/return GridViewAutoFilterEventKind values:
#Remarks
Values listed by this enumeration are used to set the GridAutoFilterEventArgs.Kind property.
See Also