TcxCustomDateEditProperties.Kind Property
In This Article
Specifies the date editor‘s active date/time value edit mode.
#Declaration
Delphi
property Kind: TcxCalendarKind read; write; default ckDate;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
ck |
The active date/time value edit mode. |
#Remarks
Set the Kind
property to ckDate or ckDateTime to switch between date and date/time edit modes.
The View property allows you to switch between multiple date editor Views that change the drop-down calendar’s appearance and functionality.
#Property Values
- ckDate
The editor and its drop-down calendar display only the date portion of a date/time value.
- ckDateTime
Both date and time are visible and available for edit. The editor’s drop-down calendar can display the Now button in this mode.
Note
The Post
Popup property has no effect in this mode.Value On Tab
#Default Value
The Kind
property’s default value is ckDate
See Also