Note: This document is auto-generated by
scripts/generate_control_reference_docs.py. Do not edit manually.
Avalonia.Controls.ListBoxItemAvalonia.ControlsAvalonia.Controlssrc/Avalonia.Controls/ListBoxItem.csContentControl, ISelectablecontrolpublic static readonly StyledProperty<bool> IsSelectedProperty = SelectingItemsControl.IsSelectedProperty.AddOwner<ListBoxItem>();public bool IsSelected {<ListBoxItem x:Name="SampleListBoxItem" />
using Avalonia.Controls;
var control = new ListBoxItem();