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