Skip to main content

TcxSchedulerCustomRangeControlClientProperties.OnAutoAdjustRangeControlSettings Event

Enables you to respond to the range control synchronization with its Scheduler client.

Declaration

property OnAutoAdjustRangeControlSettings: TcxSchedulerRangeControlAutoAdjustingEvent read; write;

Remarks

You can handle this event to modify the information passed to the range control by its client if the aaRangeControl flag is set to the AutoAdjustments property.

The Sender parameter specifies the Scheduler data range selection and visualization model that fires the OnAutoAdjustRangeControlSettings event.

The AInfo parameter specifies the range control settings modified by the Scheduler client control. Use this parameter to assign a custom value to any of the TcxSchedulerRangeControlAutoAdjustingInfo record fields in the OnAutoAdjustRangeControlSettings event handler in order to change the default range control synchronization behavior.

See Also