DataGridCollectionView.

SourceCollection Property

Summary

Gets the source of the IEnumerable collection we are using for our view.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public IEnumerable SourceCollection { get; }

Value

Type Description
IEnumerable