Skip to main content

ExtensionsFactory.ImageGallery(Action<ImageGallerySettings>) Method

Creates an ImageGallery.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

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