Gets or sets the item text.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public string ItemText { get; set; }
Visual Basic
Public Property ItemText As String
	Get
	Set
Visual C++
public:
property String^ ItemText {
	String^ get ();
	void set (String^ value);
}

Field Value

Item text.

Remarks

Use this property to set the item text.

See Also