DataGridLink.PrintingSystem Property
In This Article
Gets or sets the Printing System used to create and print a document for this link.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
[Browsable(false)]
public PrintingSystem PrintingSystem { get; set; }
#Property Value
Type | Description |
---|---|
Printing |
A Printing |
See Also