An array of link groups which will be displayed in internal links treeview as treenode.

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

Syntax

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

See Also