SourceCollection Property
Gets the underlying collection.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
IEnumerable SourceCollection { get; }
ReadOnly Property SourceCollection As IEnumerable
Get
abstract SourceCollection : IEnumerable with get
Return Value
IEnumerable
The underlying collection.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace