Gets or sets the item text template.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

Field Value

The item text template.

See Also