DataViewBase.ShowFilterEditor(ColumnBase) Method
Shows the Filter Editor.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public void ShowFilterEditor(
ColumnBase defaultColumn
)
#Parameters
Name | Type | Description |
---|---|---|
default |
Column |
A Column |
#Remarks
The ShowFilterEditor method invokes the Filter Editor and does not reset the filter expression.
The DataViewBase.FilterEditorCreated event is raised when you create the Filter Editor. This event allows you to prevent the editor from being displayed, customize its settings, etc.
#Legacy Filter Editor
If the View is not filtered, the Legacy Filter Editor creates a new empty filter condition with the specified column.
If the View is filtered, the filter expression is not reset.
For more information, see Filter Editor.