Skip to main content

VGridControlBase.AddNewRecord() Method

Adds a new record.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public virtual void AddNewRecord()

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