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

TcxCustomEditPropertiesValues.RestoreDefaults Method

In This Article

Reverses the values of the properties (changes to which are being tracked) back to their default values.

#Declaration

Delphi
procedure RestoreDefaults; virtual;

#Remarks

The RestoreDefaults method undoes any changes made to the properties and resets their values back to the default ones. Calling this method sets the editor’s ReadOnly property to the default value and resets the corresponding ReadOnly property flag to False. Setting the property flag of each property being tracked to False has the same result as calling the RestoreDefaults method.

See Also