Skip to main content

DataGridCollectionView(IEnumerable, Boolean, Boolean) Constructor

Initializes a new instance of the DataGridCollectionView class.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public DataGridCollectionView(
IEnumerable source,
bool isDataSorted,
bool isDataInGroupOrder
)

Parameters

  IEnumerable
The source for the collection
  Boolean
Determines whether the source is already sorted
  Boolean
Whether the source is already in the correct order for grouping

See Also

Reference

DataGridCollectionView Class
DataGridCollectionView Overload
Avalonia.Collections Namespace