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

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

Declaration

public DataTemplate SaveFileDialogTemplate { get; set; }

Property Value

Type Description
DataTemplate

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

See Also