ImageGalleryExtension Class
Represents an extension object implementing the ImageGallery functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return ImageGalleryExtension objects:
Remarks
To declare the ImageGallery in a View, invoke the ExtensionsFactory.ImageGallery helper method. This method returns the ImageGallery extension that is implemented by the ImageGalleryExtension class.
To configure the ImageGallery extension, pass the ImageGallerySettings object to the ExtensionsFactory.ImageGallery helper method as a parameter. The ImageGallerySettings object contains all the ImageGallery extension settings.
Refer to the ImageGallery Overview topic to learn how to add the ImageGallery extension to your project.