Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public virtual object GetAutoFilterValue(
    GridColumn column
)

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