Gets the rendering height of this row in pixels.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public double ActualHeight { get; }
Visual Basic
Public ReadOnly Property ActualHeight As Double
	Get

Remarks

This property takes into account the default, minimum, and maximum sizes set by the parent RowCollection.

See Also