Back to Devexpress

TcxDateEditProperties Class

vcl-cxcalendar-bd0e31ab.md

latest1.9 KB
Original Source

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.

Inheritance

Show 11 items

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomPopupEditProperties TcxCustomDateEditProperties TcxDateEditProperties

See Also

TcxDateEditProperties Members

cxCalendar Unit