ColumnView.ShowFilterEditor(GridColumn) Method
In This Article
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 |
---|---|---|
default |
Grid |
A Grid |
#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