Skip to main content

TcxSchedulerOptionsCustomize Class

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

Declaration

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