FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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