Class
ChildViewPrintingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class ChildViewPrintingEventArgs : EventArgs

Inheritance: objectEventArgsChildViewPrintingEventArgs

Inherited Members EventArgs.Empty

Constructors

ChildViewPrintingEventArgs(int, GridViewHierarchyRowInfo)

Initializes a new instance of the ChildViewPrintingEventArgs class.

Declaration

cs-api-definition
public ChildViewPrintingEventArgs(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.

Row

Gets the row.

Declaration

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

Property Value

GridViewHierarchyRowInfo

The row.