TreeViewItemBuilder Class
Represents a TreeView item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class TreeViewItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return TreeViewItemBuilder objects:
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