ColumnView.ShowFilterEditor(GridColumn) Method
Displays the Filter Editor.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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