Back to Devexpress

TdxCustomRibbon.TabAreaSearchToolbar Property

vcl-dxribbon-dot-tdxcustomribbon-5df8c6d9.md

latest1.9 KB
Original Source

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

TypeDescription
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.

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

TdxCustomRibbon.CaptionAreaSearchToolbar Property

TdxCustomRibbon.QuickAccessToolbar Property

TdxCustomRibbon.TabAreaToolbar Property

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit