dxOfficeSearchBoxDefaultMaxResultCount Constant
Specifies the default maximum size of a search result list displayed in an Office Search Box editor’s drop-down menu.
Declaration
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