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

TcxSchedulerRangeControlAutoAdjustment Enum

Enumerates available state synchronization flags for the range and Scheduler controls.

#Declaration

Delphi
TcxSchedulerRangeControlAutoAdjustment = (
    aaClient,
    aaRangeControl
);

#Members

Name
aaClient
aaRangeControl

#Remarks

Options include:

Value Description
aaClient If the flag is set, the scheduler’s active View is changed according to the date/time range currently selected within the associated range control.
aaRangeControl If this flag is set, both the primary scale and the list of scales displayed on the range control’s ruler are automatically changed, depending on the active View/selection within the Scheduler control or its Date Navigator.

The TcxSchedulerRangeControlAutoAdjustment type is referenced by the TcxSchedulerRangeControlAutoAdjustments type.

See Also