MVCxTreeListSettingsEditing Properties
Provides editing settings for the TreeList.
Name | Description |
---|---|
Add |
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. |
Allow |
Gets or sets whether parent nodes can be deleted.
Inherited from Tree |
Batch |
Gets the Batch Edit Mode settings.
Inherited from Tree |
Batch |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to batch data modifications. |
Confirm |
Gets or sets whether the Confirm Delete window is displayed when deleting a node.
Inherited from Tree |
Delete |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to deleting a row. |
Edit |
Gets or sets the maximum number of columns allowed in the Edit Form.
Inherited from Tree |
Mode |
Gets or sets a value that specifies the ASPx |
Node |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to moving a row. |
Show |
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors within the error node. |
Update |
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