Skip to main content

ASPxTreeListTemplateReplacement.ReplacementType Property

Gets or sets which edit form controls are displayed by the ASPxTreeListTemplateReplacement.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListEditFormTemplateReplacementType ReplacementType { get; set; }

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