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

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

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