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

DataViewBase.ShowFilterEditor(Object, String, ColumnBase) Method

OBSOLETE

Use the ShowFilterEditor method instead

Shows the Filter Editor. This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

[Obsolete("Use the ShowFilterEditor(ColumnBase defaultColumn) method instead")]
public void ShowFilterEditor(
    object filterCriteriaSource,
    string filterCriteriaPropertyName,
    ColumnBase defaultColumn
)

Parameters

Name Type Description
filterCriteriaSource Object
filterCriteriaPropertyName String
defaultColumn ColumnBase

A ColumnBase descendant that is the column to which a filter is applied in the Filter Editor.

See Also