Back to Devexpress

TreeListEditFormTemplateReplacementType Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-ac83e561.md

latest1.7 KB
Original Source

TreeListEditFormTemplateReplacementType Enum

Lists values that specify which edit form controls are displayed by the ASPxTreeListTemplateReplacement control.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListEditFormTemplateReplacementType
vb
Public Enum TreeListEditFormTemplateReplacementType

Members

NameDescription
Content

The control displays the Edit Form‘s entire contents (edit cells and buttons).

| | Editors |

The control displays the edit form cells.

| | CancelButton |

The control displays the Cancel button.

| | UpdateButton |

The control displays the Update button.

|

The following properties accept/return TreeListEditFormTemplateReplacementType values:

See Also

Tree List

DevExpress.Web.ASPxTreeList Namespace