ASPxTreeListTemplateReplacement.ReplacementType Property
Gets or sets which edit form controls are displayed by the ASPxTreeListTemplateReplacement.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListEditFormTemplateReplacementType ReplacementType { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
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. |
Cancel |
The control displays the Cancel button. |
Update |
The control displays the Update button. |