Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

#Inheritance

TObject
TPersistent
TcxCustomSchedulerReportLinkPrintStyle
See Also