Skip to main content

TcxDateTimeWheelPickerPropertiesValues.MinDate Property

Specifies if the wheel picker editor’s Properties.MinDate property is assigned a value.

Declaration

property MinDate: Boolean read; write;

Property Value

Type
Boolean

Remarks

Once the editor’s Properties.MinDate property is assigned a value, the MinDate property flag is set to True. Otherwise, it’s set to False. To undo the change made to the editor’s Properties.MinDate property and revert it to the default value, set the MinDate property flag to False or call the RestoreDefaults method to reset all TcxDateTimeWheelPickerPropertiesValues property flags and revert their associated properties to default values.

See Also