TdxBarDateCombo.MinDate Property
Specifies the minimum date available.
Declaration
property MinDate: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
Use the MinDate property to specify the lower limit for dates that can be specified by this date combo. If an end-user chooses a date prior to this minimum, the selected date is automatically set to the MinDate property value. Also, the MinDate property specifies the date that will be selected if pressing the Clear button of the date combo dropdown window.
Note
the MinDate property cannot be set to a value greater than that specified by the MaxDate property.
See Also