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

Specifies whether the Date Navigator pane is continuously redrawn while the vertical or horizontal splitter is being dragged.

#Declaration

Delphi
property DynamicSizing: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

An end-user can resize the Date Navigator pane by dragging the vertical or horizontal splitter. If the value of the DynamicSizing property is True the Date Navigator pane is redrawn continuously while it’s being resized. Otherwise it will only be redrawn when resizing has finished (the splitter is released).

Note

The Date Navigator pane is only allowed to be resized when the ControlsSizing property is set to True.

The default value of the DynamicSizing property is False.

See Also