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

In This Topic
    ActualHeightWithoutDetails Property (DataGridSummaryRow)
    In This Topic
    Gets the actual height in pixels (without the details).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualHeightWithoutDetails As Double
    public double ActualHeightWithoutDetails {get;}

    Property Value

    The actual height in pixels.
    See Also