TreeViewItemBuilder Class
In This Article
Represents a TreeView item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
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>>)
#Implements
#Inheritance
Object
OptionsOwnerBuilder
TreeViewItemBuilder
See Also