Summary
Initializes a new instance of the DataGridCollectionView class.
- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Collection View
Syntax
public DataGridCollectionView(IEnumerable source, bool isDataSorted, bool isDataInGroupOrder)
Parameters
Name | Type | Description |
---|---|---|
source | IEnumerable | The source for the collection |
isDataSorted | bool | Determines whether the source is already sorted |
isDataInGroupOrder | bool | Whether the source is already in the correct order for grouping |
Return Value
Type | Description |
---|---|
void |