Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GroupRowPosition Property

In This Topic
    GroupRowPosition Property (FlexGrid)
    In This Topic
    Gets or sets a value that indicates where group rows should be displayed with respect to the data.
    Syntax
    'Declaration
     
    
    Public Property GroupRowPosition As GridGroupRowPosition
    public GridGroupRowPosition GroupRowPosition {get; set;}
    See Also