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

TcxSchedulerRangeControlAutoAdjustments Type

A set of state synchronization flags for the range and Scheduler controls.

#Declaration

Delphi
TcxSchedulerRangeControlAutoAdjustments = set of TcxSchedulerRangeControlAutoAdjustment;

#Referenced Class

Type
TcxSchedulerRangeControlAutoAdjustment

#Remarks

You can determine if the Scheduler and range controls can modify each other’s data display modes (such as the scheduler’s active View and range control’s scale settings). For detailed information on the meaning of individual state synchronization flags, refer to the TcxSchedulerRangeControlAutoAdjustment type description.

The TcxSchedulerRangeControlAutoAdjustments type is referenced by the TcxSchedulerCustomRangeControlClientProperties class’ AutoAdjustments property.

See Also