The Row type exposes the following members.

Methods

  NameDescription
Public methodAdd(IDictionary)
Adds a data object that implements IDictionary interface as a child to this Row.
Public methodAdd(IList)
Adds a data object that implements IList interface as a child to this Row.
Public methodAdd(Object)
Adds a data object of user-defined class as a child to this Row.
Public methodAdd(IDataAccessor)
Adds a user-defined IDataAccessor as a child to this Row.
Public methodAdd(Object, Int32)
Adds a data object of user-defined class as a child to this Row at specified position.
Public methodAdd(IDataAccessor, Int32)
Adds a user-defined IDataAccessor as a child to this Row at specified position.
Public methodAdjust
Adjusts the height of the Row.
Public methodCollapseAll
Collapses all child Rows.
Public methodEnsureVisible
Ensures the Row visible.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).)
Public methodExpandAll
Expands all child Rows.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().)
Public methodInsert
Inserts a new data object at the specified index.
Public methodInvalidate
Invalidates the entire surface of the Row and causes it to be redrawn.
Public methodInvalidateHeader
Invalidates the corresponding Header.
Public methodMove(Row)
Moves the specified row as a child to this row.
Public methodMove(Row, Int32)
Moves the specified row as a child to this row.
Public methodRemove
Removes this Row with all children from the Grid.
Public methodRemoveChildren
Removes all children (but not this Row).
Public methodUpdate
Updates sorting, grouping and filtering of this Row.

See Also