SelectionBoxItem Property
Gets or sets the item to display as the control's content.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Object? SelectionBoxItem { get; protected set; }
Public Property SelectionBoxItem As Object
Get
Protected Set
member SelectionBoxItem : Object with get, set