TdxDateTimeWheelPickerProperties.AssignedValues Property
Contains the property flags that indicate which properties specific to the date-time wheel picker editor have been changed.
Declaration
property AssignedValues: TcxDateTimeWheelPickerPropertiesValues read; write;
Property Value
Type |
---|
TcxDateTimeWheelPickerPropertiesValues |
Remarks
Use this property to track the changes made to the MinDate and MaxDate properties and undo them. Refer to the TcxDateTimeWheelPickerPropertiesValues class description to learn more.
See Also