Back to Devexpress

TcxCustomButton.DropDownMenu Property

vcl-cxbuttons-dot-tcxcustombutton-d4f058ac.md

latest1.4 KB
Original Source

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

TcxCustomButton Class

TcxCustomButton Members

cxButtons Unit