TreeListTemplates.EditForm Property
Gets or sets a template for displaying the Edit Form.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that implements the System. |
#Remarks
The image below shows the Edit Form’s default layout:
You can provide any possible layout for the Edit Form using the EditForm template. For an example, see the Edit Form Template demo.
If you use edit form templates, you must process the update manually in the ASPxTreeList.NodeUpdating event handler.
Note
Once a template defined via the Edit