DataGridBoundColumn.Binding Property

Definition

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

public virtual Microsoft.UI.Xaml.Data.Binding Binding { get; set; }
member this.Binding : Microsoft.UI.Xaml.Data.Binding with get, set
Public Overridable Property Binding As Binding

Property Value

Microsoft.UI.Xaml.Data.Binding

Applies to