Back to Devexpress

TcxSchedulerRangeControlAutoAdjustment Enum

vcl-cxschedulerrangecontrolclientproperties-202312e3.md

latest1.6 KB
Original Source

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:

ValueDescription
aaClientIf the flag is set, the scheduler’s active View is changed according to the date/time range currently selected within the associated range control.
aaRangeControlIf 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

cxSchedulerRangeControlClientProperties Unit