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

TcxCustomEditProperties.ClickKey Property

Specifies a key combination to generate the OnButtonClick click event for the default button.

#Declaration

Delphi
property ClickKey: TShortCut read; write; default VK_RETURN + scCtrl;

#Property Value

Type
TShortCut

#Remarks

The OnButtonClick event is generated when a user clicks any button within an editor supported by the Buttons collection. Every button has the Default property. Setting it to True indicates that this button is the default. Only one button can have the Default property set to True at a time. When you press the key combination assigned to the ClickKey property the editor generates the OnButtonClick event for the default button.

The default value of the ClickKey property is Ctrl+Enter.

See Also