The TableVectorGroupCollection type exposes the following members.

Properties

  Name Description
Public property DataBindingDefined
Gets a value indicating whether at least one group in the current collection of row/column groups is data bound.
Public property DataBindingMode
Gets a combination of DataBindingModeEnum flags specifying the data binding mode of the current collection of row/column groups. This property returns:
  • None if no groups in the collection are data bound;
  • List if at least one group in the collection is data bound.
Public property Item
Gets the row or column group that has the specified position in the containing table and element count. This property always returns a TableVectorGroup object. If the group with the specified parameters did not exist, it is created and added to the current collection.
Public property Table
Gets the RenderTable containing the current collection of row or column groups.

See Also