ClassRowFormattingEventArgs
Class
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
Constructors
RowFormattingEventArgs(GridRowElement)
Initializes a new instance of the RowFormattingEventArgs class.
Declaration
cs-api-definition
public RowFormattingEventArgs(GridRowElement row)
Parameters
row
The GridRowElement
Properties
RowElement
Gets the GridRowElement
Declaration
cs-api-definition
public GridRowElement RowElement { get; }
Property Value