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

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

Syntax

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

See Also