Back to Devexpress

TagBoxItemBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-0fb5a46e.md

latest2.9 KB
Original Source

TagBoxItemBuilder Class

Represents a TagBox item.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class TagBoxItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return TagBoxItemBuilder objects:

Show 13 links

Remarks

Do not instantiate this class explicitly. A new TagBoxItemBuilder class instance is created when you call the Items(Action<CollectionFactory<TagBoxItemBuilder>>) method.

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder TagBoxItemBuilder

See Also

TagBoxItemBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace