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

Provides data for the RowFormatting event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class RowFormattingEventArgs : EventArgs

Inheritance: objectEventArgsRowFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RowFormattingEventArgs class.

C#
public RowFormattingEventArgs(GridRowElement row)
Parameters:rowGridRowElement

The GridRowElement

Properties

C#
public GridRowElement RowElement { get; }