TcxSchedulerRangeControlAutoAdjustingInfo.MinRangeValue Field
Stores the lowest selectable date/time value within the range control.
Declaration
MinRangeValue: TDateTime
Field Value
Type |
---|
TDateTime |
Remarks
The MinRangeValue and MaxRangeValue fields determine the range of date/time values available for selection in the range control associated with the Scheduler. The MinRangeValue field is used to specify the range control’s new ClientProperties.MinValue property value if the aaRangeControl state synchronization flag is set.
See Also