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

MVCxTreeListSettingsEditing Properties

Provides editing settings for the TreeList.
Name Description
AddNewNodeRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to adding a new row.
AllowNodeDragDrop Gets or sets whether an end-user can drag nodes and change their position within the TreeList.
AllowRecursiveDelete Gets or sets whether parent nodes can be deleted. Inherited from TreeListSettingsEditing.
BatchEditSettings Gets the Batch Edit Mode settings. Inherited from TreeListSettingsEditing.
BatchUpdateRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to batch data modifications.
ConfirmDelete Gets or sets whether the Confirm Delete window is displayed when deleting a node. Inherited from TreeListSettingsEditing.
DeleteNodeRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to deleting a row.
EditFormColumnCount Gets or sets the maximum number of columns allowed in the Edit Form. Inherited from TreeListSettingsEditing.
Mode Gets or sets a value that specifies the ASPxTreeList’s editing mode. Inherited from TreeListSettingsEditing.
NodeDragDropRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to moving a row.
ShowModelErrorsForEditors Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors within the error node.
UpdateNodeRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to updating a new row.
See Also