Class RowFormattingEventArgs
Provides data for the RowFormatting event
Inheritance
System.Object
System.EventArgs
RowFormattingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RowFormattingEventArgs : EventArgs
Constructors
RowFormattingEventArgs(GridRowElement)
Initializes a new instance of the RowFormattingEventArgs class.
Declaration
public RowFormattingEventArgs(GridRowElement row)
Parameters
GridRowElement
row
The GridRowElement |
Properties
RowElement
Gets the GridRowElement
Declaration
public GridRowElement RowElement { get; }
Property Value
GridRowElement
|