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

ConfigureEFFiltersPage.FilterStringEditorDialogAccessor Property

For internal use. Enables you to access a service used to display the Filter String editor.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IFilterStringEditorDialogAccessor FilterStringEditorDialogAccessor { get; }

Property Value

Type Description
IFilterStringEditorDialogAccessor

An object implementing the IFilterStringEditorDialogAccessor interface.

See Also