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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

See Also