Gets the rendering height of this row in pixels.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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