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

ColumnView.ShowFilterEditor(GridColumn) Method

Displays the Filter Editor.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual void ShowFilterEditor(
    GridColumn defaultColumn
)

Parameters

Name Type Description
defaultColumn GridColumn

A GridColumn column to which a filter is applied in the Filter Editor.

Remarks

If the View is not filtered, calling the ShowFilterEditor method with a valid column displays the Filter Editor which contains a new filter condition against the specified column.

If the View is filtered the defaultColumn parameter is ignored and the Filter Editor lists the existing filter conditions when opened.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowFilterEditor(GridColumn) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also