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

TdxDateTimeWheelPickerProperties.MinDate Property

Specifies the lower limit for the selected date-time value.

#Declaration

Delphi
property MinDate: TDateTime read; write;

#Property Value

Type
TDateTime

#Remarks

Use the MaxDate and MinDate properties to specify the range of input date-time values for the editor’s DateTime property. Once the range is specified, wheel items are updated so that only a date-time value within this range can be selected. If the MaxDate and MinDate property values are equal, the editor accepts any date-time value.

Note

The MaxDate, MinDate, and DateTime properties are wrappers that provide date-time value equivalents for the MaxValue, MinValue, and EditValue properties. Modifying the MinDate property sets the AssignedValues.MinDate property flag.

See Also