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

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

    Property Value

    The owner row.
    See Also