DataGridBoundColumn.

Binding Property

Summary

Gets or sets the binding that associates the column with a property in the data source.
Namespace
Avalonia.Controls
Containing Type
DataGridBoundColumn

Syntax

[AssignBinding]
public virtual IBinding Binding { get; set; }

Attributes

Type Description
AssignBindingAttribute Signifies that a binding can be assigned to a property.

Value

Type Description
IBinding