C1.WPF.DataGrid Namespace : DataGridRowCollection Class |
For a list of all members of this type, see DataGridRowCollection members.
Name | Description | |
---|---|---|
![]() | AsEnumerable | Returns the row collection as IEnumerable. i.e. All rows that are not DataGridGroupRow: AsEnumerable((r) => !(r is DataGridGroupRow), null); i.e. All currently rows being shown (include group children of visible groups): AsEnumerable(null, (g) => g.GroupRowsVisibility == Visibility.Visible) |
![]() | Collapse | Collapse the groups that satisfy the predicate. |
![]() | CollapseAll | Collapses all the groups. |
![]() | Contains | Determines whether this collection contains a row in the specified index. |
![]() | Expand | Expands the groups that satisfy the predicate. |
![]() | ExpandAll | Expands all the groups. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetFirstVisibleRow | Gets the first visible row. |
![]() | GetLastVisibleRow | Gets the last visible row. |
![]() | GetLoadedRows | Gets the loaded rows until now. |
![]() | GetVisibleRowsFromBottom | Gets a collection of rows starting from the bottom. |
![]() | GetVisibleRowsFromIndex | Gets a collection of rows from a specified position and direction. |
![]() | GetVisibleRowsFromTop | Gets a collection of rows starting from the top. |
![]() | IndexOf | Gets the index of the specified data item. |