Back to Devexpress

TreeListSettingsEditing.Mode Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistsettingsediting.md

latest3.4 KB
Original Source

TreeListSettingsEditing.Mode Property

Gets or sets a value that specifies the ASPxTreeList’s editing mode.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(TreeListEditMode.Inline)]
public TreeListEditMode Mode { get; set; }
vb
<DefaultValue(TreeListEditMode.Inline)>
Public Property Mode As TreeListEditMode

Property Value

TypeDefaultDescription
TreeListEditModeInline

A TreeListEditMode enumeration value that specifies the editing mode.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Mode
ASPxTreeList

.SettingsEditing .Mode

|

Remarks

End-users can edit cell values via the Edit Form or within the In-Line Edit Node. Use the Mode property to specify the required editing mode.

To learn more, see Data Editing.

See Also

Data Editing

Tree List

TreeListSettingsEditing Class

TreeListSettingsEditing Members

DevExpress.Web.ASPxTreeList Namespace