VerticalGridSettings.InitNewRecord Property
Enables you to initialize added records.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxDataInitNewRowEventHandler InitNewRecord { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
The initialization of a new record added to the VerticalGrid occurs when:
- the client ASPxClientVerticalGrid.AddNewRecord method is called;
- an end-user clicks on the New command button.
Use the argument’s NewValues property to specify the values in the new row.