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

In This Topic
    ActualHeight Property (DataGridGroupRow)
    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