Gets the position of the bottom of this row, in pixels, relative to the grid.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

Remarks

The value returned is the sum of row heights from the top of the grid until and including this row, and does not account for the scroll position. To account for the scroll position, this value should be adjusted using the grid's ScrollPosition property.

See Also