Items Property
Gets the items to display.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected IReadOnlyList<Object?> Items { get; }
Protected ReadOnly Property Items As IReadOnlyList(Of Object)
Get
member Items : IReadOnlyList<Object> with get