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

TdxOfficeSearchBoxProperties.SearchSource Property

Specifies a search box’s source object (a bar manager or ribbon control).

#Declaration

Delphi
property SearchSource: TComponent read; write;

#Property Value

Type
TComponent

#Remarks

Use this property to associate the search box with a source object that provides UI items displayed as search results in the control’s drop-down menu. The control’s behavior can differ depending on the specified source object:

Source Object Description
Bar Manager The search routine iterates through all bar items.
Ribbon (a TdxCustomRibbon descendant) The search routine iterates only through ribbon UI elements except for invisible contextual tabs.
None The search routine is not in effect.
See Also