DataGridCollectionView.

DataGridCollectionView(IEnumerable) Constructor

Summary

Helper constructor that sets default values for isDataSorted and isDataInGroupOrder.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public DataGridCollectionView(IEnumerable source)

Parameters

Name Type Description
source IEnumerable The source for the collection

Return Value

Type Description
void