Skip to main content

IFilterStringEditorDialogAccessor Interface

If implemented, enables you to access a service used to display the Filter String editor.

Namespace: DevExpress.Xpf.DataAccess

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public interface IFilterStringEditorDialogAccessor :
    IServiceAccessor<IDialogService>

The following members return IFilterStringEditorDialogAccessor objects:

Remarks

An object implementing the IFilterStringEditorDialogAccessor interface is returned by the ConfigureEFFiltersPage.FilterStringEditorDialogAccessor property.

See Also