Gets the relation objects of the grid table.
[Visual Basic] Public ReadOnly Property RelationsList As ObjectList [C#] public ObjectList RelationsList {get;} [C++] public: __property ObjectList* get_RelationsList(); [JScript] public function get RelationsList() : ObjectList;
An ObjectList that contains the relation objects.
DataGridTable Class | DataGridTable Members | System.WinForms Namespace