FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class
Members

In This Topic
    GridWrapCellFactory Class
    In This Topic
    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
    public class GridWrapCellFactory : 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