Back to Devexpress

IMasterDetailDialogAccessor Interface

wpf-devexpress-dot-xpf-dot-dataaccess-de90a7a1.md

latest985 B
Original Source

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

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

See Also

IMasterDetailDialogAccessor Members

DevExpress.Xpf.DataAccess Namespace