Class ChildViewPrintingEventArgs
Inheritance
System.Object
System.EventArgs
ChildViewPrintingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ChildViewPrintingEventArgs : EventArgs
Constructors
ChildViewPrintingEventArgs(Int32, GridViewHierarchyRowInfo)
Initializes a new instance of the ChildViewPrintingEventArgs class.
Declaration
public ChildViewPrintingEventArgs(int activeViewIndex, GridViewHierarchyRowInfo row)
Parameters
System.Int32
activeViewIndex
Index of the active view. |
GridViewHierarchyRowInfo
row
The row. |
Properties
ActiveViewIndex
Gets or sets the index of the active view.
Declaration
public int ActiveViewIndex { get; set; }
Property Value
System.Int32
The index of the active view. |
Row
Gets the row.
Declaration
public GridViewHierarchyRowInfo Row { get; }
Property Value
GridViewHierarchyRowInfo
The row. |