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

LinkPreviewModel(LinkBase) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public LinkPreviewModel(
    LinkBase link
)

Parameters

Name Type Description
link LinkBase

A LinkBase descendant.

See Also