Summary
Expands the DataGridRowGroupHeader that represents a given CollectionViewGroup
- Namespace
- Avalonia
.Controls - Containing Type
- DataGrid
Syntax
public void ExpandRowGroup(DataGridCollectionViewGroup collectionViewGroup, bool expandAllSubgroups)
Parameters
Name | Type | Description |
---|---|---|
collectionViewGroup | Data |
CollectionViewGroup |
expandAllSubgroups | bool | Set to true to expand all Subgroups |
Return Value
Type | Description |
---|---|
void |