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

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

Syntax

C#
[BrowsableAttribute(false)]
public string BoundPropertyName { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property BoundPropertyName As String
	Get

See Also