ComboBoxSelectionBoxItemTemplate Property

Gets or sets the DataTemplate used to display the selected item. This has a higher priority than ItemTemplate if set.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[InheritDataTypeFromItemsAttribute("ItemsSource")]
public IDataTemplate? SelectionBoxItemTemplate { get; set; }

Property Value

IDataTemplate

See Also