Back to Devexpress

DocumentPreviewControl.DialogServiceTemplate Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-db8a8fd6.md

latest2.0 KB
Original Source

DocumentPreviewControl.DialogServiceTemplate Property

Specifies a data template which provides a service to display dialog windows in the document preview. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public DataTemplate DialogServiceTemplate { get; set; }
vb
Public Property DialogServiceTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object.

|

Remarks

The template provided by the DialogServiceTemplate property must contain an object that is a descendant of the ServiceBase class and implements the IDialogService interface. By default, this template contains the DialogService.

For more information, see the DialogService document.

See Also

DialogService

IDialogService

DialogService

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace