Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public static void SetActualViewer(
    DependencyObject d,
    IDocumentViewerControl value
)

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