ItemsControlDisplayMemberBinding Property

Gets or sets the IBinding to use for binding to the display member of each item.

Definition

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

Property Value

IBinding

See Also