C1.WPF.Grid Assembly / C1.WPF.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 Class
Syntax
'Declaration
 
Public Class GridWrapCellFactory 
   Inherits GridCellFactory
 
Inheritance Hierarchy

System.Object
   C1.WPF.Grid.GridControlAdapter
      C1.WPF.Grid.GridCellFactory
         C1.WPF.Grid.GridWrapCellFactory
            C1.WPF.Grid.GridSkeletonLoadingCellFactory
            C1.WPF.Grid.TransposedGridCellFactory

See Also