DocumentViewerControl.OpenFileDialogTemplate Property
In This Article
Specifies a data template used to display the Open dialog. This is a dependency property.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public DataTemplate OpenFileDialogTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also