An array of code snippet groups which will be displayed in code snippets treeview as treenode.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public RTEDataGroup[] TemplateGroupArray { get; set; }
Visual Basic
Public Property TemplateGroupArray As RTEDataGroup()
	Get
	Set
Visual C++
public:
property array<RTEDataGroup^>^ TemplateGroupArray {
	array<RTEDataGroup^>^ get ();
	void set (array<RTEDataGroup^>^ value);
}

See Also