Skip to main content

CardViewSettings.InitNewCard Property

Enables you to initialize added cards.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxDataInitNewRowEventHandler InitNewCard { get; set; }

Property Value

Type Description
ASPxDataInitNewRowEventHandler

A ASPxDataInitNewRowEventHandler delegate method allowing you to implement custom processing.

Remarks

The initialization of a new row added to the CardView occurs when:

Use the argument’s NewValues property to specify the values in the new card. Note that you can initialize values only for those columns that are visible within the Edit Form. To specify values of hidden columns, modify the properties of a model object passed to an action method specified via the MVCxCardViewEditingSettings.AddNewCardRouteValues property.

See Also