Back to Devexpress

PdfViewerControl.SaveFileDialogTemplate Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-b44d74de.md

latest1.3 KB
Original Source

PdfViewerControl.SaveFileDialogTemplate Property

Gets or sets the template that defines the visual representation of the save file dialog. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
DataTemplate

A DataTemplate template that defines the visual representation of the print preview dialog.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace