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

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.v19.2.dll

Declaration

public ICommand EditFilterCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

See Also