TcxCustomDateEditProperties.ArrowsForYear Property
In This Article
Controls if the dropdown calendar displays arrow buttons within the year part of the editor’s classic-style dropdown calendar.
#Declaration
Delphi
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 Show
The default value of the ArrowsForYear property is True.
See Also