TCustomdxBarSubItem.OnPopup Event
In This Article
Occurs when a dropdown window opens.
#Declaration
Delphi
property OnPopup: TNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions when opening a dropdown window.
See Also