Skip to main content

PrintableComponentLinkBase.PrintableObjectType Property

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

Namespace: DevExpress.XtraPrintingLinks

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override Type PrintableObjectType { get; }

Property Value

Type Description
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