Back to Devexpress

TreeListEditMode Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-7a48a678.md

latest2.3 KB
Original Source

TreeListEditMode Enum

Lists values that specify the ASPxTreeList’s editing mode.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListEditMode
vb
Public Enum TreeListEditMode

Members

NameDescription
Inline

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

| | EditForm |

Cell values are edited within the Edit Form.

| | EditFormAndDisplayNode |

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

| | PopupEditForm |

Cell values are edited via the Popup Edit Form.

| | 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.

|

The following properties accept/return TreeListEditMode values:

See Also

Mode

Tree List

DevExpress.Web.ASPxTreeList Namespace