A newer version of this page is available.
Switch to the current version.
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.v19.2.dll
Declaration
public interface IFilterStringEditorDialogAccessor :
IServiceAccessor<IDialogService>
Public Interface IFilterStringEditorDialogAccessor
Inherits IServiceAccessor(Of IDialogService)
Related API Members
The following members accept/return IFilterStringEditorDialogAccessor objects:
Remarks
An object implementing the IFilterStringEditorDialogAccessor interface is returned by the ConfigureEFFiltersPage.FilterStringEditorDialogAccessor property.
See Also
Feedback