Gets or sets a value that indicates whether the new row template should be displayed at the bottom or at the top of the grid.

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

Syntax

C#
public NewRowPosition NewRowPosition { get; set; }
Visual Basic
Public Property NewRowPosition As NewRowPosition
	Get
	Set

Remarks

This property has an effect only when the AllowAddNew property is set to true and when the grid is bound to a data source that supports adding new items (IEditableCollectionView.CanAddNew == true).

See Also