ResponsiveBoxItemsLocationBuilder Class
In This Article
Represents an item location.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class ResponsiveBoxItemsLocationBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Related API Members
The following members return ResponsiveBoxItemsLocationBuilder objects:
Show 11 links
#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