FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FilterRow Class / Bottom Property

In This Topic
    Bottom Property (FilterRow)
    In This Topic
    Gets the position of the bottom of this row, in pixels, relative to the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bottom As Double
    public double Bottom {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