ClassChildViewExportingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI.Export
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class ChildViewExportingEventArgs : EventArgs
Inheritance: objectEventArgsChildViewExportingEventArgs
Inherited Members
Constructors
ChildViewExportingEventArgs(int, GridViewHierarchyRowInfo)
Initializes a new instance of the ChildViewExportingEventArgs class.
Declaration
cs-api-definition
public ChildViewExportingEventArgs(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.
ParentRow
Gets the parent row.
Declaration
cs-api-definition
public GridViewHierarchyRowInfo ParentRow { get; }
Property Value
The parent row.