Back to Devexpress

dxOfficeSearchBoxDefaultMaxResultCount Constant

vcl-dxofficesearchbox-67ebb59c.md

latest892 B
Original Source

dxOfficeSearchBoxDefaultMaxResultCount Constant

Specifies the default maximum size of a search result list displayed in an Office Search Box editor’s drop-down menu.

Declaration

delphi
const dxOfficeSearchBoxDefaultMaxResultCount = 5;

Remarks

An Office Search Box editor displays found UI commands in a drop-down menu. Users can click menu items to execute corresponding UI commands.

The dxOfficeSearchBoxDefaultMaxResultCount global constant specifies the default TdxOfficeSearchBoxProperties.MaxResultCount property value.

See Also

dxOfficeSearchBox Unit