Skip to main content

SelectionBoxItemTemplate 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)

[InheritDataTypeFromItemsAttribute("ItemsSource")]
public IDataTemplate? SelectionBoxItemTemplate { get; set; }

Property Value

IDataTemplate

See Also

Reference

ComboBox Class
Avalonia.Controls Namespace