Skip to main content
Tab

GridViewAutoFilterEventKind Enum

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

public enum GridViewAutoFilterEventKind

#Members

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.

#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