Skip to main content
A newer version of this page is available. .

TreeListEditFormTemplateReplacementType Enum

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public enum TreeListEditFormTemplateReplacementType

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:

Remarks

The values listed by this enumeration are used to set the ASPxTreeListTemplateReplacement.ReplacementType property.

See Also