aspnet-devexpress-dot-web-c69ca573.md
Lists the values that indicate which action should be performed within the ASPxGridView.ProcessColumnAutoFilter event handler.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewAutoFilterEventKind
Public Enum GridViewAutoFilterEventKind
| 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.
|
The following properties accept/return GridViewAutoFilterEventKind values:
Values listed by this enumeration are used to set the GridAutoFilterEventArgs.Kind property.
See Also