Class
ChildViewExportingEventArgs

Definition

Namespace:Telerik.WinControls.UI.Export

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class ChildViewExportingEventArgs : EventArgs

Inheritance: objectEventArgsChildViewExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

ChildViewExportingEventArgs(int, GridViewHierarchyRowInfo)

Initializes a new instance of the ChildViewExportingEventArgs class.

Declaration

cs-api-definition
public ChildViewExportingEventArgs(int activeViewIndex, GridViewHierarchyRowInfo row)

Parameters

activeViewIndex

int

Index of the active view.

row

GridViewHierarchyRowInfo

The row.

Properties

ActiveViewIndex

Gets or sets the index of the active view.

Declaration

cs-api-definition
public int ActiveViewIndex { get; set; }

Property Value

int

The index of the active view.

ParentRow

Gets the parent row.

Declaration

cs-api-definition
public GridViewHierarchyRowInfo ParentRow { get; }

Property Value

GridViewHierarchyRowInfo

The parent row.