Skip to main content

cxCalendarUseClassicViewAsDefault Constant

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

Declaration

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