DataControlBase.NewItemRowPosition Property
In This Article
Gets or sets the New Item Row‘s position within the grid. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(NewItemRowPosition.None, Handler = "OnNewItemRowPositionChanged")]
public NewItemRowPosition NewItemRowPosition { get; set; }
#Property Value
Type | Description |
---|---|
New |
The New Item Row‘s position within the grid. |
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. |
#Remarks
See Also