Gets or sets the item value.

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

Syntax

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

Field Value

Item value.

Remarks

Use this property to set the item value.

See Also