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

TcxSchedulerRangeControlAutoAdjustingInfo.MinRangeValue Field

Stores the lowest selectable date/time value within the range control.

#Declaration

Delphi
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