DataGridCollectionViewSourceCollection Property

Gets the source of the IEnumerable collection we are using for our view.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public IEnumerable SourceCollection { get; }

Property Value

IEnumerable

Implements

IDataGridCollectionViewSourceCollection

See Also