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

TcxPropertyEditor.Edit Method

In This Article

Sets the edited property to some default value.

#Declaration

Delphi
procedure Edit; virtual;

#Remarks

Sets the edited property to some default value. The overridden Edit method in descendants does the steps based on the edited property type. In most cases it:

  • invokes the edit dialog box;

  • assigns a new value to the edited property after the user has finished the editing.

The Edit method can be invoked under following conditions:

  • the user clicks the ellipsis button to the right of the edited property or

  • the user double clicks the edited property.

See Also