ItemsSource Property
Gets or sets the items of the MenuFlyout
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IEnumerable? ItemsSource { get; set; }
Public Property ItemsSource As IEnumerable
Get
Set
member ItemsSource : IEnumerable with get, set