DataGridBoundColumn::Binding Property
.NET Framework (current version)
Gets or sets the binding that associates the column with a property in the data source.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property BindingBase^ Binding { virtual BindingBase^ get(); virtual void set(BindingBase^ value); }
Property Value
Type: System.Windows.Data::BindingBase^The object that represents the data binding for the column. The default is null.
The Binding property allows a column to specify a property of the data grid's ItemsSource to bind to. For more information about binding paths, see the "Binding Path Syntax" section in Binding Declarations Overview.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: