Skip to main content

LinkBase(IContainer) Constructor

Initializes a new instance of the LinkBase class with the specified container.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public LinkBase(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object implementing the IContainer interface which specifies the owner container of a LinkBase class instance.

See Also