Skip to main content

ReportDesignerViewModel.DialogService Property

Specifies a WCF service that provides settings for various dialogs.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public override IDialogService DialogService { get; set; }

#Property Value

Type Description
IDialogService

An object implementing the IDialogService interface.

See Also