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 Class

Defines settings specific to date editors.

#Declaration

Delphi
TcxCustomDateEditProperties = class(
    TcxCustomPopupEditProperties
)

#Remarks

The TcxCustomDateEditProperties class introduces new properties specific to date editors. Use the Properties member of a specific editor to set its various settings. TcxDateEditProperties publishes attributes provided by the TcxCustomDateEditProperties class.

The DateButtons property specifies the buttons to display within the editor’s dropdown calendar. The image below displays these buttons outlined with red boxes.

The DateOnError property determines the edit value when user input validation fails. The SaveTime member determines whether time is also stored along with the date.

The MinDate, MaxDate, and ShowOnlyValidDates properties allow you to prohibit end-users from selecting a date/time value outside a specific range.

See Also