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

TdxAlertWindowOptionsCaptionButtons.PopupMenu Property

Associates the Dropdown caption button with a popup menu providing custom functionality.

#Declaration

Delphi
property PopupMenu: TComponent read; write;

#Property Value

Type
TComponent

#Remarks

If this property is assigned, clicking the Dropdown caption button will display the associated popup menu (a TdxBarPopupMenu, TdxRibbonPopupMenu, or TPopupMenu control). To respond to menu item clicks, use events provided by the popup menu.

Note

The Dropdown caption button is disabled unless the PopupMenu property is assigned.

See Also