Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDateEditProperties.ArrowsForYear Property

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 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