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

TcxCustomButton.DropDownMenu Property

Identifies a popup menu component to be used as a dropdown menu for the button.

#Declaration

Delphi
property DropDownMenu: TComponent read; write;

#Property Value

Type
TComponent

#Remarks

Supported popup menu components include:

To incorporate a dropdown menu, the Kind property of the button must be set to cxbkDropDown, cxbkDropDownButton, or cxbkOfficeDropDown. The specified menu appears when a user clicks the button or the dropdown button located at the right side of this button.

Handle the OnDropDownMenuPopupEx to dynamically assign a dropdown menu.

See Also