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

TreeListEditMode Enum

Lists values that specify the ASPxTreeList’s editing mode.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public enum TreeListEditMode

Members

Name Description
Inline

Cell values are edited within the In-Line Edit Node.

InLineEditMode

EditForm

Cell values are edited within the Edit Form.

EditFormMode

EditFormAndDisplayNode

Cell values are edited within the Edit Form. The node whose values are currently being edited is displayed above the Edit From.

EditFormAndDisplayNode

PopupEditForm

Cell values are edited via the Popup Edit Form.

treelist-popupeditform-cd.png

Batch

Cell values are edited in the in-line editors. The changes are sent to the server only on an update (‘Update’) button click.

Note - the Batch Edit mode has limitations. To learn more, see the Batch Edit Mode topic.

ASPxTreeList-BatchEditing

Related API Members

The following properties accept/return TreeListEditMode values:

Remarks

The values listed by this enumeration are used to set the TreeListSettingsEditing.Mode property’s value.

See Also