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

ImageGallerySettings Class

Contains the ImageGallery extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class ImageGallerySettings :
    DataViewSettingsBase

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