CardViewTemplates.EditForm Property
Gets or sets a template for displaying the edit form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that implements the ITemplate interface. |
Remarks
The image below shows the Card edit form’s default layout:
You can provide any possible layout for the Card Edit Form using the EditForm template.
If you use edit form templates, you must process the update manually in the ASPxCardView.CardUpdating event handler.
See Also