aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-ff6aa427.md
Enables you to initialize added cards.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public ASPxDataInitNewRowEventHandler InitNewCard { get; set; }
Public Property InitNewCard As ASPxDataInitNewRowEventHandler
| Type | Description |
|---|---|
| ASPxDataInitNewRowEventHandler |
A ASPxDataInitNewRowEventHandler delegate method allowing you to implement custom processing.
|
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