Gets or sets the item text.

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

Syntax

C#
public string ItemText { get; set; }
Visual Basic (Declaration)
Public Property ItemText As String
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