VerticalGridSettings.InitNewRecord Property
Enables you to initialize added records.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ASPxDataInitNewRowEventHandler | A ASPxDataInitNewRowEventHandler delegate method allowing you to implement custom processing. |
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.
See Also