Skip to main content

TcxCustomScheduler.OptionsCustomize Property

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

Declaration

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