Skip to main content

VerticalGridSettings.InitNewRecord Property

Enables you to initialize added records.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxDataInitNewRowEventHandler InitNewRecord { get; set; }

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:

Use the argument’s NewValues property to specify the values in the new row.

See Also