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

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

    Property Value

    The actual height in pixels.
    See Also