BootstrapGridView.ProcessColumnAutoFilter Event
In This Article
Enables you to apply custom filter criteria when filter row is in the Auto mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public event BootstrapGridViewAutoFilterEventHandler ProcessColumnAutoFilter
#Event Data
The ProcessColumnAutoFilter event's data class is BootstrapGridViewAutoFilterEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Column | |
Criteria |
Gets the applied filter criteria.
Inherited from Grid |
Kind |
Gets a value specifying which action should be performed within the corresponding event handler.
Inherited from Grid |
Value |
Gets or sets a value that is the custom text displayed within the filter row cell.
Inherited from Grid |
See Also