Table of Contents

Property MaxSuggestionCount

Namespace
Innova.Prism.Library.Controls
Assembly
Innova.Prism.Library.dll

MaxSuggestionCount

Gets an integer. The combobox opens the drop down if the number of suggested items is less than the value. Note that the value is larger, it's heavier to open the drop down. Default: 100.

public virtual int MaxSuggestionCount { get; }

Property Value

int