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

TcxCustomScheduler Class

The base class for classes that implement the scheduler control.

#Declaration

#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.

See Also