Back to Devexpress

TcxSchedulerReportLinkStyles Class

vcl-dxpscxschedulerlnk-b091edf2.md

latest1.6 KB
Original Source

TcxSchedulerReportLinkStyles Class

Implements a collection of styles that are applied to the report’s various elements.

Declaration

delphi
TcxSchedulerReportLinkStyles = class(
    TdxCustomReportLinkStyles,
    IcxSchedulerStylesAdapter,
    IcxSchedulerTimeRulerParams
)

Remarks

This class provides a set of properties for specifying the styles of the corresponding elements in the scheduler’s report. There are also methods, exposed by this class, for determining the styles of the appropriate elements.

The TcxSchedulerReportLinkStyles object is referenced by the TcxSchedulerReportLink.Styles property.

Implements

IcxSchedulerStylesAdapter

IcxSchedulerTimeRulerParams

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TdxCustomReportLinkStyles TcxSchedulerReportLinkStyles

See Also

TcxSchedulerReportLinkStyles Members

dxPScxSchedulerLnk Unit