Back to Devexpress

DocumentPreviewControl.SaveFileDialogTemplate Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-92de8f14.md

latest1.3 KB
Original Source

DocumentPreviewControl.SaveFileDialogTemplate Property

Gets or sets a data template used to display the Save As dialog. 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 SaveFileDialogTemplate { get; set; }
vb
Public Property SaveFileDialogTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that defines the visual representation of the save dialog.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace