Skip to main content

IMasterDetailDialogAccessor Interface

If implemented, enables you to access a service used to display the Master-Detail Relation Editor.

Namespace: DevExpress.Xpf.DataAccess

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public interface IMasterDetailDialogAccessor :
    IServiceAccessor<IDialogService>
See Also