DocumentViewerControl.GetActualViewer(DependencyObject) Method
In This Article
Gets the value of the DocumentViewerControl.ActualViewer attached property from a given object.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public static IDocumentViewerControl GetActualViewer(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Document |
#Returns
Type | Description |
---|---|
DevExpress. |
A document viewer object associated with the specified object. |
See Also