GridControl.NewItemRowPosition Property
Gets or sets the New Item Row‘s position within the grid. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
NewItemRowPosition | A NewItemRowPosition enumeration value. By default, NewItemRowPosition.None. |
Available values:
Name | Description |
---|---|
None | The new item row is not shown. |
Top | The new item row is displayed above all data and grid rows. |
Bottom | The new item row is displayed below all data and grid rows. |
See Also