vcl-cxcalendar-bd0e31ab.md
Represents properties specific to date editors.
TcxDateEditProperties = class(
TcxCustomDateEditProperties
)
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.
Show 11 items
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomPopupEditProperties TcxCustomDateEditProperties TcxDateEditProperties
See Also