ClassChildViewPrintingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class ChildViewPrintingEventArgs : EventArgs
Inheritance: objectEventArgsChildViewPrintingEventArgs
Inherited Members
Constructors
ChildViewPrintingEventArgs(int, GridViewHierarchyRowInfo)
Initializes a new instance of the ChildViewPrintingEventArgs class.
Declaration
cs-api-definition
public ChildViewPrintingEventArgs(int activeViewIndex, GridViewHierarchyRowInfo row)
Parameters
activeViewIndex
Index of the active view.
row
The row.
Properties
ActiveViewIndex
Gets or sets the index of the active view.
Declaration
cs-api-definition
public int ActiveViewIndex { get; set; }
Property Value
The index of the active view.
Row
Gets the row.
Declaration
cs-api-definition
public GridViewHierarchyRowInfo Row { get; }
Property Value
The row.