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

TcxCustomEditButton.Action Property

Specifies the action associated with the editor button.

#Declaration

Delphi
property Action: TBasicAction read; write;

#Property Value

Type Description
TBasicAction

The associated action object.

#Remarks

Use the Action property to associate the button with an action object (a TBasicAction descendant instance). A click on the button executes the associated action.

Alternatively, you can handle the parent editor’s Properties.OnButtonClick event to execute custom code in response to a click on the editor button.

#Limitations

The editor button does not execute an associated action in response to a click when the following conditions are met:

See Also