TcxCustomDateEditProperties.View Property
Switches the drop-down calendar’s view style.
#Declaration
property View: TcxCalendarView read; write; default cavDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
cav |
The active style of the drop-down calendar. |
#Remarks
The view styles available for the dropdown calendar are listed in the table below. All these views can be optionally extended with an editor that enables editing of the time part of a date-time value and a clock visualizing this part. To accomplish this, set the Kind property to ckDateTime
.
Value | Description | Example |
---|---|---|
The modern-style calendar. It features multiple views (Month, Year, Decade, and Century) which can be activated and scrolled with smooth animation using the following methods:
You can control the visibility of the Clear and Now buttons in this calendar using the Date | ||
The classic-style calendar. It features a single view (Month) which can be scrolled using the following methods:
You can control the visibility of the Today, Clear, and Now buttons in this calendar using the Date | ||
The touch-friendly calendar. It features a single view represented by a date-time wheel picker whose wheels can be scrolled to select the corresponding parts of a date-time value. You can control the visibility of the Today, Clear, and Now buttons in this calendar using the Date | ||
The calendar style is selected based on the Touch mode setting. In Touch mode, the touch-friendly calendar (cav For backward compatibility, regardless of the Touch mode setting, you can set the cx |
#Default Value
The View
property’s default value is cavDefault