Skip to main content

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IFilterStringEditorDialogAccessor FilterStringEditorDialogAccessor { get; }

Property Value

Type Description
IFilterStringEditorDialogAccessor

An object implementing the IFilterStringEditorDialogAccessor interface.

See Also