ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCell Class / Row Property

In This Topic
    Row Property (DataGridCell)
    In This Topic
    Gets the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As DataGridRow
    public DataGridRow Row {get;}

    Property Value

    The row.
    See Also