C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridWrapCellFactory Class
Members


GridWrapCellFactory Class
This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.
Object Model
GridWrapCellFactory ClassGridCellFactoryBase.ColumnInfo ClassGridCellFactoryBase.RowInfo ClassGridCellFactory Class
Syntax
'Declaration
 
Public Class GridWrapCellFactory 
   Inherits GridCellFactory
 
'Usage
 
Dim instance As GridWrapCellFactory
Inheritance Hierarchy

System.Object
   C1.iOS.Grid.GridCellFactoryBase
      C1.iOS.Grid.GridCellFactory
         C1.iOS.Grid.GridWrapCellFactory

See Also