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.OptionsCustomize Property

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

#Declaration

Delphi
property OptionsCustomize: TcxSchedulerOptionsCustomize read; write;

#Property Value

Type
TcxSchedulerOptionsCustomize

#Remarks

The following settings, encapsulated in the TcxSchedulerOptionsCustomize class, define the behavior of the scheduler’s components during resizing:

  • ControlsSizing – specifies whether the scheduler’s components can be resized.

  • DynamicSizing – specifies whether the Date Navigator pane is being redrawn continuously while the vertical or horizontal splitter is being dragged.

  • IntegralSizing – specifies whether the Date Navigator pane is resized in monthly intervals when the vertical or horizontal splitter is being dragged.

Use the OptionsCustomize property to access the settings specifying the behavior of the scheduler’s components.

See Also