PreviewModelBase.DialogService Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public virtual IDialogService DialogService { get; set; }
#Property Value
Type | Description |
---|---|
IDialog |
An object implementing the IDialog |
#Implements
See Also