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