DocumentViewerControl.ActualViewer Attached Property
In This Article
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.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
See GetActualViewer(DependencyObject) and SetActualViewer(DependencyObject, IDocumentViewerControl).
#Returns
Type | Description |
---|---|
DevExpress. |
An object implementing the DevExpress. |
See Also