Represents a row used to add items to the source collection.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public class NewRowTemplate : BoundRow
Visual Basic
Public Class NewRowTemplate _
	Inherits BoundRow

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.FlexGrid..::..RowCol
    C1.Silverlight.FlexGrid..::..Row
      C1.Silverlight.FlexGrid..::..BoundRow
        C1.Silverlight.FlexGrid..::..NewRowTemplate

See Also