Provides data for the parent row in RadGridView Hierarchy Mode
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewRowSourceNeededEventArgs : EventArgs
Inheritance: objectEventArgsGridViewRowSourceNeededEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewRowSourceNeededEventArgs class.
C#
public GridViewRowSourceNeededEventArgs(GridViewRowInfo parentRow, GridViewTemplate template, IList<GridViewRowInfo> sourceCollection)
The parent row.
templateGridViewTemplateThe template.
sourceCollectionIList<GridViewRowInfo>The source collection.
Properties
Gets the parent row.
C#
public GridViewRowInfo ParentRow { get; }
The parent row.
Gets the source collection.
C#
public IList<GridViewRowInfo> SourceCollection { get; }
The source collection.
Gets the template.
C#
public GridViewTemplate Template { get; }
The template.