ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / GroupRowPosition Property

In This Topic
    GroupRowPosition Property (C1DataGrid)
    In This Topic
    Gets or sets where the group row will be located relatively to the items of the group.
    Syntax
    'Declaration
     
    
    Public Property GroupRowPosition As DataGridGroupRowPosition
    public DataGridGroupRowPosition GroupRowPosition {get; set;}
    See Also