Class GridViewCreateRowInfoEventArgs
Provide data information about CreateDataItem event
Inheritance
System.Object
System.EventArgs
GridViewCreateRowInfoEventArgs
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 GridViewCreateRowInfoEventArgs : EventArgs
Constructors
GridViewCreateRowInfoEventArgs(GridViewRowInfo, GridViewInfo)
Initializes a new instance of the GridViewCreateRowInfoEventArgs class.
Declaration
public GridViewCreateRowInfoEventArgs(GridViewRowInfo row, GridViewInfo view)
Parameters
GridViewRowInfo
row
The instance of GridViewRowInfo. |
GridViewInfo
view
The instance of GridViewInfo. |
Properties
RowInfo
Gets or sets the row info.
Declaration
public GridViewRowInfo RowInfo { get; set; }
Property Value
GridViewRowInfo
The row info. |
ViewInfo
Gets the view info.
Declaration
public GridViewInfo ViewInfo { get; }
Property Value
GridViewInfo
The view info. |