Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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
    'Declaration
     
    
    Public Class TransposedGridBehavior 
       Inherits C1.Blazor.Core.C1Behavior(Of FlexGrid)
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    public class TransposedGridBehavior : C1.Blazor.Core.C1Behavior<FlexGrid>, C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
    Remarks
    This behavior sets the CellFactory of the attached grid.
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1Behavior<T>
             C1.Blazor.Grid.TransposedGridBehavior

    See Also