Back to Devexpress

CardViewTemplates.EditForm Property

aspnet-devexpress-dot-web-dot-cardviewtemplates-5cd0e109.md

latest1.7 KB
Original Source

CardViewTemplates.EditForm Property

Gets or sets a template for displaying the edit form.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual ITemplate EditForm { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property EditForm As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

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

Edit Form

Card View

CardViewTemplates Class

CardViewTemplates Members

DevExpress.Web Namespace