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 Grid
Declaration
public GridViewCreateRowInfoEventArgs(GridViewRowInfo row, GridViewInfo view)
Parameters
Grid The instance of Grid |
Grid The instance of Grid |
Properties
RowInfo
Gets or sets the row info.
Declaration
public GridViewRowInfo RowInfo { get; set; }
Property Value
Grid The row info. |
ViewInfo
Gets the view info.
Declaration
public GridViewInfo ViewInfo { get; }
Property Value
Grid The view info. |