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
Constructors
Initializes a new instance of the RowEnumeratorEventArgs class.
C#
public RowEnumeratorEventArgs(GridViewRowInfo row)
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; }