FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Row Class / ActualHeight Property

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