WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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.
    Object Model
    TransposedGridBehavior ClassFlexGrid Class
    Syntax
    public class TransposedGridBehavior : C1.WinUI.Core.C1Behavior<FlexGrid>, Microsoft.Xaml.Interactivity.IBehavior, WinRT.IWinRTObject  
    Remarks
    This behavior sets the CellFactory of the attached grid.
    Inheritance Hierarchy

    System.Object
       Microsoft.UI.Xaml.DependencyObject
          Microsoft.Xaml.Interactivity.Behavior
             Microsoft.Xaml.Interactivity.Behavior<T>
                C1.WinUI.Core.C1Behavior<T>
                   C1.WinUI.Grid.TransposedGridBehavior

    See Also