BoxItemBuilder Class
Represents a Box item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class BoxItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return BoxItemBuilder objects:
Remarks
Do not instantiate this class explicitly. A new BoxItemBuilder
class instance is created when you call the Items(Action<CollectionFactory<BoxItemBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
BoxItemBuilder
See Also