Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDateEditProperties.Kind Property

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
TcxCalendarKind ckDate

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.

VCL Editors Library: The Date Edit Mode

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.

VCL Editors Library: The Date and Time Edit Mode

Note

The PostPopupValueOnTab property has no effect in this mode.

#Default Value

The Kind property’s default value is ckDate

See Also