cxCalendarUseClassicViewAsDefault Constant
Specifies if date editors initially use the classic-style drop-down calendar.
Declaration
const cxCalendarUseClassicViewAsDefault: Boolean = False;
Returns
| Type | Description |
|---|---|
| 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) drop-down calendar, regardless of the Touch mode setting. Otherwise, the calendar style is selected as described for the cavDefault property value.
See Also