TreeListEditFormTemplateReplacementType Enum
Lists values that specify which edit form controls are displayed by the ASPxTreeListTemplateReplacement control.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return TreeListEditFormTemplateReplacementType values:
See Also