Back to Devexpress

TcxCustomScheduler Class

vcl-cxschedulercustomcontrols-1119ed75.md

latest2.8 KB
Original Source

TcxCustomScheduler Class

The base class for classes that implement the scheduler control.

Declaration

delphi
TcxCustomScheduler = class(
    TcxControl,
    IcxSchedulerStorageListener,
    IcxFormatControllerListener,
    IcxFormatControllerListener2,
    IcxStoredObject,
    IdxSkinSupport
)

Remarks

The scheduler control provides a graphical interface to end-users for scheduling user events. The TcxCustomScheduler is implemented as a container capable of holding other components within its boundaries (see the ControlBox, CurrentView and DateNavigator properties). To achieve flexibility in its behavior and appearance the TcxCustomScheduler encapsulates settings that enable the customization of some of the scheduler control’s features (see the OptionsCustomize, OptionsView and Styles properties).

To persist user events the scheduler control can be plugged into any data store using the persistence manager component (see the Storage property).

Do not use this class directly. Use its descendants instead.

Implements

IcxSchedulerStorageListener

IcxFormatControllerListener

IcxFormatControllerListener2

IcxStoredObject

IdxSkinSupport

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxCustomScheduler

See Also

TcxCustomScheduler Members

cxSchedulerCustomControls Unit