ClassRowEnumeratorEventArgs
Class
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
Constructors
RowEnumeratorEventArgs(GridViewRowInfo)
Initializes a new instance of the RowEnumeratorEventArgs class.
Declaration
cs-api-definition
public RowEnumeratorEventArgs(GridViewRowInfo row)
Parameters
row
The row that is currently processed.
Properties
ProcessRow
Gets or sets a value indicating whether to process the row or not
Row
Gets the row that is currently processed