ItemsSource Property
Gets or sets a collection that is used to generate the content of the control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public IEnumerable ItemsSource { get; set; }
Public Property ItemsSource As IEnumerable
Get
Set
member ItemsSource : IEnumerable with get, set