Skip to main content

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.v23.2.Core.dll

NuGet Package: 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