TreeListBuilder<T>.Editing(Action<TreeListEditingBuilder<T>>) Method
This method sets the client-side editing option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public TreeListBuilder<T> Editing(
Action<TreeListEditingBuilder<T>> configurator
)
Parameters
Returns
In Razor files, use the following notation to set the option's value:
@Html.DevExtreme().TreeList().Editing(...)
See Also