MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / TransposedGridCellFactory Class
Members
In This Topic
    TransposedGridCellFactory Class
    In This Topic
    This cell-factory switches the columns and rows so the data-items are shown as columns.
    Object Model
    TransposedGridCellFactory ClassGridControlAdapter.ColumnInfo ClassGridControlAdapter.RowInfo ClassFlexGrid ClassGridCellFactory ClassGridControlRange Class
    Syntax
    public class TransposedGridCellFactory : GridWrapCellFactory 
    Inheritance Hierarchy

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

    See Also