Gets the name of the property that this column is currently bound to.

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

Syntax

C#
public string BoundPropertyName { get; }
Visual Basic
Public ReadOnly Property BoundPropertyName As String
	Get

See Also