Skip to main content
A newer version of this page is available. .

ImageGalleryExtension Class

Represents an extension object implementing the ImageGallery functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class ImageGalleryExtension :
    DataViewExtensionBase

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.

Inheritance

See Also