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

TdxOfficeSearchBox Class

A search box suggesting Ribbon or Toolbar UI elements based on user input.

#Declaration

Delphi
TdxOfficeSearchBox = class(
    TcxCustomTextEdit
)

#Remarks

The Office Search Box control (search box, for short) is a tool like the Microsoft Office Tell Me text field designed to simplify command search if your application has a complex Ribbon or Toolbar UI.

Refer to the TcxCustomTextEdit class description for more information on the core editor options.

You can use the Properties property to configure the search box.

See Also