TcxSchedulerRangeControlAutoAdjustment Enum
Declaration
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