ComponentOne Xamarin.Android
BindCellContent(GridCellType,GridCellRange,View) Method


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellFactoryBase Class : BindCellContent(GridCellType,GridCellRange,View) Method
Syntax
'Declaration
 
Public Overridable Sub BindCellContent( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal cellContent As Android.Views.View _
) 
'Usage
 
Dim instance As GridCellFactoryBase
Dim cellType As GridCellType
Dim range As GridCellRange
Dim cellContent As Android.Views.View
 
instance.BindCellContent(cellType, range, cellContent)
public virtual void BindCellContent( 
   GridCellType cellType,
   GridCellRange range,
   Android.Views.View cellContent
)

Parameters

cellType
range
cellContent
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members