Class
GridViewRowSourceNeededEventArgs

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 EventArgs.Empty

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

GridViewRowInfo

The parent row.

template

GridViewTemplate

The template.

sourceCollection

IList<GridViewRowInfo>

The source collection.

Properties

ParentRow

Gets the parent row.

Declaration

cs-api-definition
public GridViewRowInfo ParentRow { get; }

Property Value

GridViewRowInfo

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

GridViewTemplate

The template.