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

TcxSchedulerCustomRangeControlClientProperties.AutoAdjustments Property

Specifies how state synchronization is performed for the range and Scheduler controls.

#Declaration

Delphi
property AutoAdjustments: TcxSchedulerRangeControlAutoAdjustments read; write; default [aaClient, aaRangeControl];

#Property Value

Type
TcxSchedulerRangeControlAutoAdjustments

#Remarks

Use this property to specify if the states of the range control (such as the list of displayed scales, the primary scale, etc.) and its associated Scheduler control (i.e., the active View) are automatically updated in response to changes made to either of them. Depending on which state synchronization flags are currently set, the synchronization between the range control and its client can be either unidirectional (i.e., only one of the controls is updated in response to changes made to its counterpart) or bi-directional (by default). For detailed information on available control state synchronization flags, refer to the TcxSchedulerRangeControlAutoAdjustment type description.

The default value of the AutoAdjustments property is [aaClient, aaRangeControl].

See Also