Back to Devexpress

TcxSchedulerStyles Class

vcl-cxschedulercustomcontrols-bcaf6efb.md

latest2.1 KB
Original Source

TcxSchedulerStyles Class

Stores all style settings applied to the scheduler’s elements.

Declaration

delphi
TcxSchedulerStyles = class(
    TcxStyles,
    IcxSchedulerStylesAdapter
)

Remarks

This class extends its ancestor with members that allow you to customize the appearance of:

The scheduler’s Styles property references a TcxSchedulerStyles object.

Implements

IcxSchedulerStylesAdapter

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxSchedulerStyles

See Also

TcxSchedulerStyles Members

cxSchedulerCustomControls Unit