Skip to main content

TcxSchedulerCustomRangeControlClientProperties.DoAutoAdjustRangeControlSettings(TcxSchedulerRangeControlAutoAdjustingInfo) Method

Adjusts the range control‘s state according to the specified settings.

Declaration

procedure DoAutoAdjustRangeControlSettings(AInfo: TcxSchedulerRangeControlAutoAdjustingInfo);

Parameters

Name Type
AInfo TcxSchedulerRangeControlAutoAdjustingInfo

Remarks

Normally, this procedure supports the internal infrastructure and is not intended to be used directly from your code. The DoAutoAdjustRangeControlSettings is called internally by the associated Scheduler control when its layout is changed.

The AInfo parameter is used to specify the associated range control’s new primary scale, the full list of scales displayed on the ruler, and the new range of date/time values available for selection. For additional information, refer to the AutoAdjustments property and the TcxSchedulerRangeControlAutoAdjustingInfo type descriptions.

See Also