Back to Devexpress

TcxSchedulerOptionsCustomize Class

vcl-cxschedulercustomcontrols-8c80b96a.md

latest1.3 KB
Original Source

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

TcxSchedulerOptionsCustomize Members

cxSchedulerCustomControls Unit