TreeViewItemBuilder Class
Represents a TreeView item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
public class TreeViewItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Remarks
Do not instantiate this class explicitly. A new TreeViewItemBuilder
class instance is created when you call one of the following methods:
- TreeViewBuilder.Items(Action<CollectionFactory<TreeViewItemBuilder>>)
- TreeViewItemBuilder.Items(Action<CollectionFactory<TreeViewItemBuilder>>)