DocumentViewerControl.ActualViewer Attached Property
For internal use. Gets or sets a document viewer object to which a child element belongs. This is an attached property.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
See GetActualViewer(DependencyObject) and SetActualViewer(DependencyObject, IDocumentViewerControl).
Returns
Type | Description |
---|---|
DevExpress.Xpf.DocumentViewer.IDocumentViewerControl | An object implementing the DevExpress.Xpf.DocumentViewer.IDocumentViewerControl interface. |
See Also