TcxCustomDateEditProperties.ArrowsForYear Property
Controls if the dropdown calendar displays arrow buttons within the year part of the editor’s classic-style dropdown calendar.
Declaration
property ArrowsForYear: Boolean read; write; default True;
Property Value
| Type | Default |
|---|---|
| Boolean | True |
Remarks
With this property set to True, end-users can easily select the desired year by clicking the buttons or using the mouse wheel while the mouse pointer hovers over the year:
| Value | Sample |
|---|---|
| False | ![]() |
| True | ![]() |
Note
If the ShowOnlyValidDates property is set to True, end-users cannot select years outside the range specified by the MinDate and MaxDate properties.
The default value of the ArrowsForYear property is True.
See Also

