ComponentOne Xamarin.iOS
Item(String) Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumnCollection Class > Item Property : Item(String) Property
Name of the column to retrieve.
Gets a GridColumn by its name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal columnName As String _
) As GridColumn
'Usage
 
Dim instance As GridColumnCollection
Dim columnName As String
Dim value As GridColumn
 
value = instance.Item(columnName)
public GridColumn Item( 
   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
Overload List