Back to Devexpress

LinkBase.PrintableObjectType Property

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-783281ea.md

latest1.2 KB
Original Source

LinkBase.PrintableObjectType Property

Gets the type of the object to be printed.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public virtual Type PrintableObjectType { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property PrintableObjectType As Type

Property Value

TypeDescription
Type

A Type object representing the type of object to be printed.

|

See Also

LinkBase Class

LinkBase Members

DevExpress.XtraPrinting Namespace