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

TdxOfficeSearchBoxDropDownMenuPopulateEvent Type

The OnDropDownMenuPopulate event’s procedural type.

#Declaration

Delphi
TdxOfficeSearchBoxDropDownMenuPopulateEvent = procedure(Sender: TdxOfficeSearchBoxProperties; const ASearchText: string; ADropDownMenuItems: TdxBarItemLinks) of object;

#Parameters

Name Type
Sender TdxOfficeSearchBoxProperties
ASearchText string
ADropDownMenuItems TdxBarItemLinks

#Remarks

The Sender parameter provides access to the control that raised the event. The ASearchText parameter returns the control’s EditValue property value. You can use the ADropDownMenuItems parameter to access the popup menu link collection of the bar manager. The latter parameter is particularly useful for customization of the drop-down menu’s content.

See Also