A newer version of this page is available.
Switch to the current version.
LinkBase.PrintableObjectType Property
Gets the type of the object to be printed.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Browsable(false)]
public virtual Type PrintableObjectType { get; }
<Browsable(False)>
Public Overridable ReadOnly Property PrintableObjectType As Type
Property Value
Type | Description |
---|---|
Type | A Type object representing the type of object to be printed. |
See Also
Feedback