TdxOfficeSearchBoxProperties.BarManager Property
Links a search box to a bar manager.
Declaration
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