Back to Devexpress

TcxCustomSchedulerReportLinkPrintStyle Class

vcl-dxpscxschedulerlnk-e57a2497.md

latest3.1 KB
Original Source

TcxCustomSchedulerReportLinkPrintStyle Class

The base class for classes, which implement the scheduler report’s print styles.

Declaration

delphi
TcxCustomSchedulerReportLinkPrintStyle = class(
    TPersistent,
    IInterface,
    IdxPSCellParams,
    IdxPSCellParams2,
    IdxLocalizerListener
)

Remarks

This class implements common behavior (see the Active and Caption properties) and defines common interface that is used by its descendants to implement their own behavior (see the DefaultCaption, IsCompatibleWith, and RestoreDefaults methods). The following subclasses implement different print styles:

Implements

IInterface

IdxPSCellParams

IdxPSCellParams2

IdxLocalizerListener

Inheritance

TObject TPersistent TcxCustomSchedulerReportLinkPrintStyle

See Also

TcxCustomSchedulerReportLinkPrintStyle Members

dxPScxSchedulerLnk Unit