The Row type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(IDictionary) |
Adds a data object that implements IDictionary interface as a child to this Row.
| |
| Add(IList) | ||
| Add(Object) |
Adds a data object of user-defined class as a child to this Row.
| |
| Add(IDataAccessor) |
Adds a user-defined IDataAccessor as a child to this Row.
| |
| Add(Object, Int32) |
Adds a data object of user-defined class as a child to this Row at specified position.
| |
| Add(IDataAccessor, Int32) |
Adds a user-defined IDataAccessor as a child to this Row at specified position.
| |
| Adjust |
Adjusts the height of the Row.
| |
| CollapseAll |
Collapses all child Rows.
| |
| EnsureVisible |
Ensures the Row visible.
| |
| Equals | (Overrides Object..::..Equals(Object).) | |
| ExpandAll |
Expands all child Rows.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().) | |
| Insert |
Inserts a new data object at the specified index.
| |
| Invalidate |
Invalidates the entire surface of the Row and causes it to be redrawn.
| |
| InvalidateHeader |
Invalidates the corresponding Header.
| |
| Move(Row) |
Moves the specified row as a child to this row.
| |
| Move(Row, Int32) |
Moves the specified row as a child to this row.
| |
| Remove | ||
| RemoveChildren |
Removes all children (but not this Row).
| |
| Update |
Updates sorting, grouping and filtering of this Row.
|