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

TdxCustomRibbon.TabAreaSearchToolbar Property

Provides access to the settings of the search toolbar displayed in the tab area of the Ribbon control.

#Declaration

Delphi
property TabAreaSearchToolbar: TdxRibbonTabAreaSearchToolbar read; write;

#Property Value

Type Description
TdxRibbonTabAreaSearchToolbar

Stores settings of the Tab Area Search Toolbar in a Ribbon UI.

#Remarks

The Tab Area Search Toolbar shares space with Ribbon tabs and allows users to access important commands without the need to navigate through the Ribbon UI.

VCL Bars: A Tab Area Search Toolbar Example

#Tab Area Search Toolbar Settings

You can use the CaptionAreaSearchToolbar.Toolbar property to display a toolbar and all its bar items in the tab area of the Ribbon UI at the right form border.

Note

If the Style property value changes to rsOffice365, the toolbar displayed in the Tab Area Search Toolbar container moves to the Caption Area Search Toolbar.

Refer to the TdxRibbonTabAreaSearchToolbar class description for detailed information on all available options.

See Also