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)
- C#
- VB
- F#
[AssignBindingAttribute]
[InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))]
public virtual IBinding Binding { get; set; }
<AssignBindingAttribute>
<InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType := GetType(DataGrid))>
Public Overridable Property Binding As IBinding
Get
Set
[<AssignBindingAttribute>]
[<InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))>]
abstract Binding : IBinding with get, set
[<AssignBindingAttribute>]
[<InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))>]
override Binding : IBinding with get, set