New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for all events used uin GridViewRowInfoEnumerator.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class RowEnumeratorEventArgs : EventArgs

Inheritance: objectEventArgsRowEnumeratorEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RowEnumeratorEventArgs class.

C#
public RowEnumeratorEventArgs(GridViewRowInfo row)
Parameters:rowGridViewRowInfo

The row that is currently processed.

Properties

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

C#
public bool ProcessRow { get; set; }

Gets the row that is currently processed

C#
public GridViewRowInfo Row { get; }