GridAutoFilterEventArgs.Kind Property
In This Article
Gets a value specifying which action should be performed within the corresponding event handler.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewAutoFilterEventKind Kind { get; }
#Property Value
Type | Description |
---|---|
Grid |
One of Grid |
Available values:
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 |
See Also