MaxTextLength Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the maximum number of characters displayed in text.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public int MaxTextLength { get; set; }
Visual Basic
Public Property MaxTextLength As Integer
	Get
	Set
Visual C++
public:
property int MaxTextLength {
	int get ();
	void set (int value);
}

Field Value

Maximum number of characters displayed in text. The default value is 200.

Remarks

Use this property to set the maximum number of characters displayed in text.

See Also