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