CompositeLinkBase.PrintingSystemBase 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.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(null)]
public override PrintingSystemBase PrintingSystemBase { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Printing |
null | A Printing |
See Also