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

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

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