Back to Devexpress

PrintableComponentLinkBase.PrintableObjectType Property

corelibraries-devexpress-dot-xtraprintinglinks-dot-printablecomponentlinkbase-8183996c.md

latest1.5 KB
Original Source

PrintableComponentLinkBase.PrintableObjectType Property

Gets the type of the object to be printed by the link.

Namespace : DevExpress.XtraPrintingLinks

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public override Type PrintableObjectType { get; }
vb
Public Overrides ReadOnly Property PrintableObjectType As Type

Property Value

TypeDescription
Type

A Type class descendant representing the type of object that will be printed by this link. This class should implement the IPrintable interface.

|

See Also

PrintableComponentLinkBase Class

PrintableComponentLinkBase Members

DevExpress.XtraPrintingLinks Namespace