ImageGallerySettings Class
Contains the ImageGallery extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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
Object
SettingsBase
DataViewSettingsBase
ImageGallerySettings
See Also