Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewObjectRelationalDataProvider : GridViewHierarchyDataProvider, IDisposable
Inheritance: objectGridViewHierarchyDataProviderGridViewObjectRelationalDataProvider
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewObjectRelationalDataProvider class.
public GridViewObjectRelationalDataProvider(GridViewTemplate template)
The template.
Properties
Gets a value indicating whether this instance is virtual and create ChildRows outside GridViewTemplate.Rows collection.
public override bool IsVirtual { get; }
true if this instance is virtual; otherwise, false.
Overrides:
Gets the relation.
public override GridViewRelation Relation { get; }
The relation.
Overrides:
Methods
Adds the new row.
public GridViewRowInfo AddNewRow(GridViewNewRowInfo newRow)
The new row.
Returns:Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public override void Dispose()
Overrides:
Gets the child rows.
public override IList<GridViewRowInfo> GetChildRows(GridViewRowInfo parentRow, GridViewInfo view)
The parent row.
viewGridViewInfoThe view.
Returns:IList<GridViewRowInfo>
Overrides:
Gets the parent.
public override GridViewHierarchyRowInfo GetParent(GridViewRowInfo gridViewRowInfo)
The grid view row info.
Returns:Overrides:
Refreshes this instance.
public override void Refresh()
Overrides:
Removes the row.