Specifies where the new row template should be displayed when the AllowAddNew property is set to true and the grid is bound to a IEditableCollectionView that supports adding new items.

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

Syntax

C#
public enum NewRowPosition
Visual Basic
Public Enumeration NewRowPosition

Members

Member nameValueDescription
Bottom0 The new row template is displayed at the bottom of the grid.
Top1 The new row template is displayed at the top of the grid.

See Also