TagBoxItemBuilder Class
In This Article
Represents a TagBox item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class TagBoxItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Remarks
Do not instantiate this class explicitly. A new TagBoxItemBuilder
class instance is created when you call the Items(Action<CollectionFactory<TagBoxItemBuilder>>) method.
#Implements
#Inheritance
Object
OptionsOwnerBuilder
TagBoxItemBuilder
See Also