WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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 ClassGridControlAdapter.ColumnInfo ClassGridControlAdapter.RowInfo ClassFlexGrid ClassGridCellFactory ClassGridControlRange Class
    Syntax
    public class GridWrapCellFactory : GridCellFactory 
    Inheritance Hierarchy

    System.Object
       C1.WinUI.Grid.GridControlAdapter
          C1.WinUI.Grid.GridCellFactory
             C1.WinUI.Grid.GridWrapCellFactory
                C1.WinUI.Grid.TransposedGridCellFactory

    See Also