TreeListBuilder<T>.StateStoring(Action<TreeListStateStoringBuilder>) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public TreeListBuilder<T> StateStoring(
Action<TreeListStateStoringBuilder> configurator
)
Parameters
Returns
In Razor files, use the following notation to set the option's value:
@Html.DevExtreme().TreeList().StateStoring(...)
See Also