SourceCollection 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)
- C#
- VB
- F#
public IEnumerable SourceCollection { get; }
Public ReadOnly Property SourceCollection As IEnumerable
Get
abstract SourceCollection : IEnumerable with get
override SourceCollection : IEnumerable with get