Skip to main content

ConfigureEFFiltersPage.EditFilterCommand Property

Returns a command that invokes the Filter Editor to edit the filter criteria.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ICommand EditFilterCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

See Also