Skip to main content

DataGridLinkBase(PrintingSystemBase) Constructor

Initializes a new instance of the DataGridLinkBase class with specified printing system.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public DataGridLinkBase(
    PrintingSystemBase ps
)

Parameters

Name Type Description
ps PrintingSystemBase

A PrintingSystemBase object which specifies the printing system used to draw the current link. This value is assigned to the DataGridLink.PrintingSystem property.

See Also