Skip to main content

TdxOfficeSearchBoxProperties.MaxResultCount Property

Limits the number of listed search results.

Declaration

property MaxResultCount: Integer read; write; default dxOfficeSearchBoxDefaultMaxResultCount;

Property Value

Type Default
Integer dxOfficeSearchBoxDefaultMaxResultCount

Remarks

This property allows you to set the threshold value that determines the maximum number of elements in the search box’s drop-down menu.

The default MaxResultCount property value is dxOfficeSearchBoxDefaultMaxResultCount.

See Also