MaxSuggestions Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the maximum number of suggestions.

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

Syntax

C#
public virtual int MaxSuggestions { get; set; }
Visual Basic
Public Overridable Property MaxSuggestions As Integer
	Get
	Set
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