DocumentViewerControl.SetActualViewer(DependencyObject, IDocumentViewerControl) Method
In This Article
Sets the value of the DocumentViewerControl.ActualViewer attached property for a given object.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public static void SetActualViewer(
DependencyObject d,
IDocumentViewerControl value
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object for which the Document |
value | DevExpress. |
A document viewer object to set for the specified object. |
See Also