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