ComponentOne Xamarin Edition
Item Property (GridColumnCollection)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridColumnCollection Class : Item Property
Name of the column to retrieve.
Gets a GridColumn by its name.
Syntax
public new GridColumn this[ 
   string columnName
]; {get;}

Parameters

columnName
Name of the column to retrieve.

Property Value

The column with the requested name.
See Also

Reference

GridColumnCollection Class
GridColumnCollection Members