GridView.GetAutoFilterValue(GridColumn) Method
Retrieves the filtering value according to which data in the grid automatic filtering row is currently filtered.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn to which a filtering expression of the automatic filtering row is currently applied. |
Returns
Type | Description |
---|---|
Object | An Object that is the filtering value according to which grid data is currently filtered. |
See Also