Skip to main content

TcxCustomDateEdit.Properties Property

Defines settings specific to date editors.

Declaration

property Properties: TcxCustomDateEditProperties read; write;

Property Value

Type
TcxCustomDateEditProperties

Remarks

The Properties object defines different settings specific to date editors. The DateButtons member defines the buttons displayed within a dropdown calendar of the date editor.

The image below displays a date editor with the calendar dropdown (buttons are marked with red border.)

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

See Also