Class
VirtualGridRowExpandingEventArgs

Provides data for the RowExpanding event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridRowExpandingEventArgs : VirtualGridRowExpandedEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowExpandedEventArgsVirtualGridRowExpandingEventArgs

Inherited Members VirtualGridRowExpandedEventArgs.ChildViewInfoVirtualGridRowEventArgs.RowIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

VirtualGridRowExpandingEventArgs(int, VirtualGridViewInfo, VirtualGridViewInfo)

Initializes a new instance of the VirtualGridRowExpandingEventArgs class.

Declaration

cs-api-definition
public VirtualGridRowExpandingEventArgs(int rowIndex, VirtualGridViewInfo childViewInfo, VirtualGridViewInfo viewInfo)

Parameters

rowIndex

int

Index of the row.

childViewInfo

VirtualGridViewInfo

The child view info.

viewInfo

VirtualGridViewInfo

The view info.

Properties

Cancel

Gets or sets a value indicating whether the event is canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool