New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the GridViewRowSourceNeededEventArgs class.

C#
public GridViewRowSourceNeededEventArgs(GridViewRowInfo parentRow, GridViewTemplate template, IList<GridViewRowInfo> sourceCollection)
Parameters:parentRowGridViewRowInfo

The parent row.

templateGridViewTemplate

The template.

sourceCollectionIList<GridViewRowInfo>

The source collection.

Properties

Gets the parent row.

C#
public GridViewRowInfo ParentRow { get; }
Property Value:

The parent row.

Gets the source collection.

C#
public IList<GridViewRowInfo> SourceCollection { get; }
Property Value:

The source collection.

Gets the template.

C#
public GridViewTemplate Template { get; }
Property Value:

The template.