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

ExtensionsFactory.ImageGallery(Action<ImageGallerySettings>) Method

Creates an ImageGallery.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public ImageGalleryExtension ImageGallery(
    Action<ImageGallerySettings> method
)

Parameters

Name Type Description
method Action<ImageGallerySettings>

A delegate method that accepts ImageGallerySettings as a parameter.

Returns

Type Description
ImageGalleryExtension

A ImageGalleryExtension object implementing the ImageGallery functionality.

See Also