Skip to main content

EditorServices.DialogService Property

Returns a service that maintains all dialog windows on the client.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public IDialogService DialogService { get; }

#Property Value

Type Description
IDialogService

An object implementing the IDialogService interface. (Typically, it is a DialogService object.)

See Also