FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowWithDetails Class / ActualHeight Property

In This Topic
    ActualHeight Property (RowWithDetails)
    In This Topic
    Gets the rendering height of this row in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualHeight As Double
    public double ActualHeight {get;}
    Remarks
    This property takes into account the default, minimum, and maximum sizes set by the parent RowCollection.
    See Also