ASPxGridViewAutoFilterEventArgs Properties
Provides data for the ASPxGridView.ProcessColumnAutoFilter event.
Name | Description |
---|---|
Column | Gets the data column to be filtered. |
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