Skip to main content

TreeListEditingBuilder<T>.AllowDeleting Method

Name Parameters Description
AllowDeleting(JS) value Specifies whether a user can delete rows. It is called for each data row when defined as a function. Mirrors the client-side allowDeleting option.
AllowDeleting(Boolean) value Specifies whether a user can delete rows. It is called for each data row when defined as a function. Mirrors the client-side allowDeleting option.