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

TcxSchedulerOptionsCustomize Class

Contains the settings that define the behavior of the scheduler’s components.

#Declaration

Delphi
TcxSchedulerOptionsCustomize = class(
    TPersistent
)

#Remarks

The set of settings encapsulated in the TcxSchedulerOptionsCustomize class controls different aspects of resizing the scheduler’s components: whether the scheduler’s components are allowed to be resized, whether the Date Navigator pane is continuously redrawn while the vertical or horizontal splitter is being dragged, or whether the Date Navigator pane is resized in monthly intervals when the vertical or horizontal splitter is being dragged.

The scheduler’s OptionsCustomize property references a TcxSchedulerOptionsCustomize object.

#Inheritance

TObject
TPersistent
TcxSchedulerOptionsCustomize
See Also