Class GridViewRelationDataProvider
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewRelationDataProvider : GridViewHierarchyDataProvider, IDisposable
  Constructors
GridViewRelationDataProvider(GridViewTemplate)
Initializes a new instance of the GridViewRelationDataProvider class.
Declaration
public GridViewRelationDataProvider(GridViewTemplate template)
  Parameters
| 
        GridViewTemplate
        template
         The template.  | 
    
Properties
IsValid
Gets whether the data provider is valid.
Declaration
public override bool IsValid { get; }
  Property Value
| 
        System.Boolean
         The is valid.  | 
    
Overrides
Relation
Gets the relation.
Declaration
public override GridViewRelation Relation { get; }
  Property Value
| 
        GridViewRelation
         The relation.  | 
    
Overrides
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
  Overrides
GetChildRows(GridViewRowInfo, GridViewInfo)
Gets the child rows.
Declaration
public override IList<GridViewRowInfo> GetChildRows(GridViewRowInfo parentRow, GridViewInfo view)
  Parameters
| 
        GridViewRowInfo
        parentRow
         The parent row.  | 
    
| 
        GridViewInfo
        view
         The view.  | 
    
Returns
| 
        System.Collections.Generic.IList<GridViewRowInfo>
         
  | 
    
Overrides
GetParent(GridViewRowInfo)
Gets the parent.
Declaration
public override GridViewHierarchyRowInfo GetParent(GridViewRowInfo gridViewRowInfo)
  Parameters
| 
        GridViewRowInfo
        gridViewRowInfo
         The grid view row info.  | 
    
Returns
| 
        GridViewHierarchyRowInfo
         
  | 
    
Overrides
Refresh()
Refreshes this instance.
Declaration
public override void Refresh()