Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColumnView.ShowFilterEditor(GridColumn) Method

Displays the Filter Editor.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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.

See Also