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

Specifies whether the Date Navigator pane is resized in monthly intervals when the vertical or horizontal splitter is being dragged.

#Declaration

Delphi
property IntegralSizing: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

An end-user can resize the Date Navigator pane by dragging the vertical or horizontal splitter. If the IntegralSizing property is set to True the Date Navigator pane is resized in monthly intervals, otherwise it’s resized in pixels to exactly where its border is released (no snapping). As an additional effect, if the DynamicSizing property is set to False the Date Navigator pane will only be redrawn when resizing has finished (the splitter is released). Otherwise the Date Navigator pane will be redrawn continuously while it’s being resized.

Note

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

The default value of the IntegralSizing property is True.

See Also