Skip to main content

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

[AssignBindingAttribute]
[InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))]
public virtual IBinding Binding { get; set; }

Property Value

IBinding

See Also

Reference

DataGridBoundColumn Class
Avalonia.Controls Namespace