MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / TransposedGridBehavior Class
Members
In This Topic
    TransposedGridBehavior Class
    In This Topic
    Allows any FlexGrid to switch the columns and rows so the data-items are shown as columns.
    Syntax
    public class TransposedGridBehavior : Microsoft.Maui.Controls.Behavior<FlexGrid> 
    Remarks
    This behavior sets the CellFactory of the attached grid.
    Inheritance Hierarchy

    System.Object
       Microsoft.Maui.Controls.BindableObject
          Microsoft.Maui.Controls.Behavior
             Microsoft.Maui.Controls.Behavior<T>
                C1.Maui.Grid.TransposedGridBehavior

    See Also