Skip to main content
A newer version of this page is available. .
Tab

CardViewTemplates.EditForm Property

Gets or sets a template for displaying the edit form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(null)]
public virtual ITemplate EditForm { get; set; }

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:

ASPxCardView_VisualElements_EditForm

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