Class ChildViewExportingEventArgs
Inheritance
System.Object
System.EventArgs
ChildViewExportingEventArgs
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.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ChildViewExportingEventArgs : EventArgs
Constructors
ChildViewExportingEventArgs(Int32, GridViewHierarchyRowInfo)
Initializes a new instance of the ChildViewExportingEventArgs class.
Declaration
public ChildViewExportingEventArgs(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. |
ParentRow
Gets the parent row.
Declaration
public GridViewHierarchyRowInfo ParentRow { get; }
Property Value
GridViewHierarchyRowInfo
The parent row. |