Skip to main content
A newer version of this page is available. .

ResponsiveBoxItemBuilder Class

Represents a ResponsiveBox item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ResponsiveBoxItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
ResponsiveBoxItemBuilder
See Also