Skip to main content

MVCxImageGalleryItemCollection.Add(Action<MVCxImageGalleryItem>) Method

Adds a new image gallery item to the collection and allows you to customize this item in a delegate method implementation.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Add(
    Action<MVCxImageGalleryItem> method
)

Parameters

Name Type Description
method Action<MVCxImageGalleryItem>

A delegate method that accepts the created MVCxImageSliderItem as a parameter.

See Also