ASPxTreeListTemplateReplacement.ReplacementType Property
Gets or sets which edit form controls are displayed by the ASPxTreeListTemplateReplacement.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| TreeListEditFormTemplateReplacementType | A TreeListEditFormTemplateReplacementType enumeration value that specifies which edit form controls are displayed by the ASPxTreeListTemplateReplacement. |
Available values:
| 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. |
See Also