An array of link groups which will be displayed in internal links treeview as treenode.
Namespace: RTEAssembly: 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); } |