Back to Devexpress

VerticalGridSettings.InitNewRecord Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-c5929732.md

latest1.7 KB
Original Source

VerticalGridSettings.InitNewRecord Property

Enables you to initialize added records.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxDataInitNewRowEventHandler InitNewRecord { get; set; }
vb
Public Property InitNewRecord As ASPxDataInitNewRowEventHandler

Property Value

TypeDescription
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

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace