Skip to main content

ResponsiveBoxItemsLocationBuilder Class

Represents an item location.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ResponsiveBoxItemsLocationBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
ResponsiveBoxItemsLocationBuilder
See Also