DataGridBoundColumnBinding Property

Gets or sets the binding that associates the column with a property in the data source.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
[AssignBindingAttribute]
[InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))]
public virtual IBinding Binding { get; set; }

Property Value

IBinding

See Also