Gets or sets the Binding used to connect this column with the items in the grid's ItemsSource.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Binding Binding { get; set; }
Visual Basic
Public Property Binding As Binding
	Get
	Set

See Also