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.BarManager Property

Links a search box to a bar manager.

#Declaration

Delphi
property BarManager: TdxBarManager read; write;

#Property Value

Type
TdxBarManager

#Remarks

The search box relies on the TdxBarManager component’s functionality to display search results in a drop-down menu. Use this property to select a bar manager in your application. To be able to search UI items, you need to specify a search result source via the SearchSource property.

Note

The search box added to a form automatically links to a bar manager located on it (if any).

The default BarManager property value is nil.

See Also