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

cxCalendarUseClassicViewAsDefault Constant

Specifies if date editors initially use the classic-style drop-down calendar.

#Declaration

Delphi
const cxCalendarUseClassicViewAsDefault: Boolean = False;

#Returns

Type Description
Boolean

True if the classic drop-down calendar is enabled at the global level for all date editors; otherwise, False.

#Remarks

Set this constant to True to force all date editors whose Properties.View property is set to cavDefault to use the classic-style (cavClassic) drop-down calendar, regardless of the Touch mode setting. Otherwise, the calendar style is selected as described for the cavDefault property value.

See Also