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#
[BrowsableAttribute(false)]
public string BoundPropertyName { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property BoundPropertyName As String
	Get

See Also