DocumentPreviewControl.SaveFileDialogTemplate Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public DataTemplate SaveFileDialogTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also