ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridSummaryRow Class / DefaultHeight Property

In This Topic
    DefaultHeight Property (DataGridSummaryRow)
    In This Topic
    Gets the default height of the row.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property DefaultHeight As DataGridLength
    protected override DataGridLength DefaultHeight {get;}
    See Also