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
Constructors
Initializes a new instance of the RowFormattingEventArgs class.
Properties
Gets the GridRowElement
C#
public GridRowElement RowElement { get; }