ComponentOne Xamarin.iOS
PropertyInfo Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : PropertyInfo Property
Gets or sets a PropertyInfo object used for binding the column to items in the data source.
Syntax
'Declaration
 
Public ReadOnly Property PropertyInfo As PropertyInfo
'Usage
 
Dim instance As GridColumn
Dim value As PropertyInfo
 
value = instance.PropertyInfo
public PropertyInfo PropertyInfo {get;}
See Also

Reference

GridColumn Class
GridColumn Members