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