DataGridCollectionView.

DataGridCollectionView(IEnumerable, bool, bool) Constructor

Summary

Initializes a new instance of the DataGridCollectionView class.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

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