ComponentOne FlexGrid for UWP
ActualHeight Property (Row)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > Row Class : ActualHeight Property
Gets the rendering height of this row in pixels.
Syntax
'Declaration
 
Public ReadOnly Property ActualHeight As System.Double
public System.double ActualHeight {get;}
Remarks
This property takes into account the default, minimum, and maximum sizes set by the parent RowCollection.
See Also

Reference

Row Class
Row Members