Gets or sets the item text template.
Namespace: CuteEditorAssembly: 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); } |