Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class ChildViewPrintingEventArgs : EventArgs
Inheritance: objectEventArgsChildViewPrintingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ChildViewPrintingEventArgs class.
C#
public ChildViewPrintingEventArgs(int activeViewIndex, GridViewHierarchyRowInfo row)
Index of the active view.
rowGridViewHierarchyRowInfoThe row.
Properties
Gets or sets the index of the active view.
C#
public int ActiveViewIndex { get; set; }
The index of the active view.
Gets the row.
C#
public GridViewHierarchyRowInfo Row { get; }
The row.