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

TcxDateEditProperties Class

Represents properties specific to date editors.

#Declaration

Delphi
TcxDateEditProperties = class(
    TcxCustomDateEditProperties
)

#Remarks

The TcxDateEditProperties class does not introduce any new behavior but merely publishes properties and events inherited from base classes. To adjust the settings of a date editor, use its Properties property which provides access to a TcxDateEditProperties class instance.

The DateButtons member defines the buttons displayed within the date editor. The DateOnError member determines the editor behavior when user input validation fails. The SaveTime member determines whether the time part is also stored along with the date.

See Also