Lists values that specify the ASPxTreeList's editing mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Name | Description |
---|---|
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. |
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. |
Inline | Cell values are edited within the In-Line Edit Node. |
PopupEditForm | Cell values are edited via the Popup Edit Form. |
The values listed by this enumeration are used to set the TreeListSettingsEditing.Mode property's value.