Skip to main content
A newer version of this page is available. .

PreviewModelBase.DialogService Property

Specifies the service that is used to invoke dialog windows on the client. An object implementing the IDialogService interface.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.2.dll

Declaration

public virtual IDialogService DialogService { get; set; }

Property Value

Type Description
IDialogService

An object implementing the IDialogService interface.

Implements

See Also