Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public DataTemplate SaveFileDialogTemplate { get; set; }

Property Value

Type Description
DataTemplate

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

See Also