Gets or sets a PropertyInfo object used for binding the column to items in the data source.

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

Syntax

C#
[BrowsableAttribute(false)]
public PropertyInfo PropertyInfo { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property PropertyInfo As PropertyInfo
	Get
	Set

See Also