GridCommands.AddNewRow Property
In This Article
Adds a new row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public static RoutedCommand AddNewRow { get; }
#Property Value
Type | Description |
---|---|
Routed |
A Routed |
#Remarks
Corresponding method: TableView.AddNewRow.
See Also