VGridControlBase.AddNewRecord() Method
Adds a new record.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Remarks
Use the AddNewRecord method to add a new record to the vertical grid’s underlying data source. The vertical grid reflects any changes made to the data source and focuses the new record if the VGridOptionsBehavior.AutoFocusNewRecord property is set to true.
Calling the AddNewRecord method has no effect if the vertical grid functions in unbound mode.
See Also