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

TcxTimeEditProperties Class

Represents settings specific to time editors.

#Declaration

Delphi
TcxTimeEditProperties = class(
    TcxCustomTimeEditProperties
)

#Remarks

TcxTimeEditProperties contains settings specific to time editors. It does not introduce any new functionality but just publishes properties inherited from base classes. The TcxCustomTimeEdit control represents the base class for time editors. The Properties member of the TcxCustomTimeEdit control allows adjusting of various settings. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue, ReadOnly and ValueType properties and reverse their values back to the default ones, use the AssignedValues property.

See Also