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 methodCollapseAll
Collapses all child Rows.
Public methodEnsureVisible
Ensures the Row visible.
Public methodExpandAll
Expands all child Rows.
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 remeasured.
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 GridControl.
Public methodRemoveChildren
Removes all children (but not this Row).
Public methodUpdate
Updates sorting, grouping and filtering of this Row.

See Also