Gets or sets the maximum number of suggestions.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

C#
public virtual int MaxSuggestions { get; set; }
Visual Basic (Declaration)
Public Overridable Property MaxSuggestions As Integer
Visual C++
public:
virtual property int MaxSuggestions {
	int get ();
	void set (int value);
}

Field Value

Maximum number of suggestions. The default value is 10.

Remarks

Use this property to set the maximum number of suggestions.

See Also