ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / BottomRightCell Property

In This Topic
    BottomRightCell Property (DataGridCellsRange)
    In This Topic
    Gets the bottom right cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BottomRightCell As DataGridCell
    public DataGridCell BottomRightCell {get;}

    Property Value

    The bottom right cell.
    See Also