Skip to main content
Tab

GridAutoFilterEventArgs.Kind Property

Gets a value specifying which action should be performed within the corresponding event handler.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewAutoFilterEventKind Kind { get; }

Property Value

Type Description
GridViewAutoFilterEventKind

One of GridViewAutoFilterEventKind values.

Available values:

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.

See Also