Back to Devexpress

IFilterStringEditorDialogAccessor Interface

wpf-devexpress-dot-xpf-dot-dataaccess-60c16033.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public interface IFilterStringEditorDialogAccessor :
    IServiceAccessor<IDialogService>
vb
Public Interface IFilterStringEditorDialogAccessor
    Inherits IServiceAccessor(Of IDialogService)

The following members return IFilterStringEditorDialogAccessor objects:

Remarks

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

See Also

FilterStringEditorDialogAccessor

IFilterStringEditorDialogAccessor Members

DevExpress.Xpf.DataAccess Namespace