Skip to main content

cxCalendarUseClassicViewAsDefault Constant

Specifies if date editors use the classic-style dropdown calendar by default.

Declaration

const cxCalendarUseClassicViewAsDefault: Boolean = False;

Returns

Type
Boolean

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) dropdown calendar, regardless of the Touch mode setting. Otherwise, the calendar style is selected as described for the cavDefault property value.

See Also