Skip to main content

BoxItemBuilder Class

Represents a Box item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class BoxItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

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

See Also