Class
RowEnumeratorEventArgs

Provides data for all events used uin GridViewRowInfoEnumerator.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class RowEnumeratorEventArgs : EventArgs

Inheritance: objectEventArgsRowEnumeratorEventArgs

Inherited Members EventArgs.Empty

Constructors

RowEnumeratorEventArgs(GridViewRowInfo)

Initializes a new instance of the RowEnumeratorEventArgs class.

Declaration

cs-api-definition
public RowEnumeratorEventArgs(GridViewRowInfo row)

Parameters

row

GridViewRowInfo

The row that is currently processed.

Properties

ProcessRow

Gets or sets a value indicating whether to process the row or not

Declaration

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

Property Value

bool

Row

Gets the row that is currently processed

Declaration

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

Property Value

GridViewRowInfo