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

In This Topic
    GroupRowHeight Property
    In This Topic
    Gets or sets the row height for all rows of type group in the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Property GroupRowHeight As DataGridLength
    public DataGridLength GroupRowHeight {get; set;}
    Remarks
    See RowHeight for more details.
    See Also