Skip to main content

TcxSchedulerCustomRangeControlClientProperties.AutoAdjustments Property

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

Declaration

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