Skip to main content
A newer version of this page is available. .

LegacyLinkPreviewModel(ILink) Constructor

Initializes a new instance of the LegacyLinkPreviewModel class with the specified link.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v21.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public LegacyLinkPreviewModel(
    ILink link
)

Parameters

Name Type Description
link ILink

An object implementing the ILink interface.

See Also