Skip to main content

DataGridLink(PrintingSystem) Constructor

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public DataGridLink(
    PrintingSystem ps
)

Parameters

Name Type Description
ps PrintingSystem

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

See Also