DataGridItemsSource 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) Version: 11.3.999
public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable

See Also