Back to Devexpress

TcxSchedulerRangeControlAutoAdjustments Type

vcl-cxschedulerrangecontrolclientproperties-71047140.md

latest1.4 KB
Original Source

TcxSchedulerRangeControlAutoAdjustments Type

A set of state synchronization flags for the range and Scheduler controls.

Declaration

delphi
TcxSchedulerRangeControlAutoAdjustments = set of TcxSchedulerRangeControlAutoAdjustment;

Referenced Class

Type
TcxSchedulerRangeControlAutoAdjustment

Remarks

You can determine if the Scheduler and range controls can modify each other’s data display modes (such as the scheduler’s active View and range control’s scale settings). For detailed information on the meaning of individual state synchronization flags, refer to the TcxSchedulerRangeControlAutoAdjustment type description.

The TcxSchedulerRangeControlAutoAdjustments type is referenced by the TcxSchedulerCustomRangeControlClientProperties class’ AutoAdjustments property.

See Also

cxSchedulerRangeControlClientProperties Unit