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.
| |
CollapseAll |
Collapses all child Rows.
| |
EnsureVisible |
Ensures the Row visible.
| |
ExpandAll |
Expands all child Rows.
| |
Insert |
Inserts a new data object at the specified index.
| |
Invalidate |
Invalidates the entire surface of the Row and causes it to be remeasured.
| |
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 |
Removes this Row with all children from the GridControl.
| |
RemoveChildren |
Removes all children (but not this Row).
| |
Update |
Updates sorting, grouping and filtering of this Row.
|