Back to Devexpress

cxCalendarUseClassicViewAsDefault Constant

vcl-cxcalendar-a11827bc.md

latest989 B
Original Source

cxCalendarUseClassicViewAsDefault Constant

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

Declaration

delphi
const cxCalendarUseClassicViewAsDefault: Boolean = False;

Returns

TypeDescription
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

cxCalendar Unit