ComponentOne Xamarin.iOS
UnbindCellContent(GridCellType,GridCellRange,UIView) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellFactoryBase Class : UnbindCellContent(GridCellType,GridCellRange,UIView) Method
Type of the cell.
The range.
Content of the cell.
Unbinds the content of the cell.
Syntax
'Declaration
 
Public Overridable Sub UnbindCellContent( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal cellContent As UIKit.UIView _
) 
'Usage
 
Dim instance As GridCellFactoryBase
Dim cellType As GridCellType
Dim range As GridCellRange
Dim cellContent As UIKit.UIView
 
instance.UnbindCellContent(cellType, range, cellContent)
public virtual void UnbindCellContent( 
   GridCellType cellType,
   GridCellRange range,
   UIKit.UIView cellContent
)

Parameters

cellType
Type of the cell.
range
The range.
cellContent
Content of the cell.
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members