Class GridViewSelfReferenceDataProvider
Represents a data provider for a self-reference grid.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewSelfReferenceDataProvider : GridViewHierarchyDataProvider, IDisposable
Constructors
GridViewSelfReferenceDataProvider(GridViewTemplate)
Initializes a new instance of the Grid
Declaration
public GridViewSelfReferenceDataProvider(GridViewTemplate template)
Parameters
Grid The template. |
Properties
Relation
Gets the relation.
Declaration
public override GridViewRelation Relation { get; }
Property Value
Grid 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
Grid The parent row. |
Grid The view. |
Returns
System.
|
Overrides
GetParent(GridViewRowInfo)
Gets the parent.
Declaration
public override GridViewHierarchyRowInfo GetParent(GridViewRowInfo gridViewRowInfo)
Parameters
Grid The grid view row info. |
Returns
Overrides
Refresh()
Refreshes this instance.
Declaration
public override void Refresh()