DataPA Enterprise Dashboard Controls API Reference

The GroupColumns type exposes the following members.

Constructors

  Name Description
Public method GroupColumns()()()()
Creates and returns a new GroupColumns object
Public method GroupColumns(Object)
Creates and returns a new GroupColumns object

Methods

  Name Description
Public method Add
Adds a GroupColumn to this collection.
Public method Contains
Returns a value that indicates if an object with the key exists in the collection.
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetFirstGroupColumn
Gets the first GroupColumn in the collection.
Public method GetNextGroupColumn
Gets the Next GroupColumn in the collection.
Public method GetObjectData
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method Remove(Int32)
Removes a GroupColumn from this collection.
Public method Remove(String)
Removes a GroupColumn from this collection.
Public method RemoveAll
Removes all GroupColumns from this collection.
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Public method ResetOrder
Re-Orders the GroupColumns in the collection.
Protected method SetObjectData

Properties

  Name Description
Public property Count
Gets the number of GroupColumns in this collection.
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property GUID
Gets a GUID that uniquely identifies this object.
Public property ID
Gets a value that indicates the Unique ID of this object.
Public property Item[([( Int32])])
Gets and sets a GroupColumn in this collection.
Public property Item[([( String])])
Gets and sets a GroupColumn in this collection.
Public property Parent
Gets a SummaryData or GroupColumn object that represents the parent of this object.

See Also