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)
- C#
- VB
- F#
public DataGridCollectionView(
IEnumerable source,
bool isDataSorted,
bool isDataInGroupOrder
)
Public Sub New (
source As IEnumerable,
isDataSorted As Boolean,
isDataInGroupOrder As Boolean
)
new :
source : IEnumerable *
isDataSorted : bool *
isDataInGroupOrder : bool -> DataGridCollectionView
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