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.OnAutoAdjustRangeControlSettings Event

In This Article

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

#Declaration

Delphi
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