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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class ChildViewPrintingEventArgs : EventArgs

Inheritance: objectEventArgsChildViewPrintingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ChildViewPrintingEventArgs class.

C#
public ChildViewPrintingEventArgs(int activeViewIndex, GridViewHierarchyRowInfo row)
Parameters:activeViewIndexint

Index of the active view.

rowGridViewHierarchyRowInfo

The row.

Properties

Gets or sets the index of the active view.

C#
public int ActiveViewIndex { get; set; }
Property Value:

The index of the active view.

Gets the row.

C#
public GridViewHierarchyRowInfo Row { get; }
Property Value:

The row.