FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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 Class
    Syntax
    'Declaration
     
    Public Class TransposedGridCellFactory 
       Inherits GridWrapCellFactory
    public class TransposedGridCellFactory : GridWrapCellFactory 
    Inheritance Hierarchy

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

    See Also