TcxDateTimeWheelPickerPropertiesValues.MaxDate Property
Specifies if the wheel picker editor’s Properties.MaxDate property is assigned a value.
Declaration
property MaxDate: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Once the editor’s Properties.MaxDate property is assigned a value, the MaxDate property flag is set to True. Otherwise, it’s set to False. To undo the change made to the editor’s Properties.MaxDate property and revert it to the default value, set the MaxDate 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