Class
RowFormattingEventArgs

Provides data for the RowFormatting event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class RowFormattingEventArgs : EventArgs

Inheritance: objectEventArgsRowFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

RowFormattingEventArgs(GridRowElement)

Initializes a new instance of the RowFormattingEventArgs class.

Declaration

cs-api-definition
public RowFormattingEventArgs(GridRowElement row)

Parameters

row

GridRowElement

The GridRowElement

Properties

RowElement

Declaration

cs-api-definition
public GridRowElement RowElement { get; }

Property Value

GridRowElement