TcxDateEditPropertiesValues.DateButtons Property
Specifies whether the visible state of any of the buttons within the dropdown calendar has been changed.
Declaration
property DateButtons: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Once a date editor’s Properties.DateButtons property is set to a value other than the default one, the DateButtons property flag is set to True. Otherwise, it’s set to False. To undo the change made to the date editor’s Properties.DateButtons property and reverse it back to its default value, set the DateButtons property flag to False or call the RestoreDefaults method which resets all the property flags.
See Also