Back to Devexpress

GalleryItemBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-7a1138db.md

latest3.2 KB
Original Source

GalleryItemBuilder Class

Represents a Gallery item.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class GalleryItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return GalleryItemBuilder objects:

Show 15 links

Remarks

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

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder GalleryItemBuilder

See Also

GalleryItemBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace