Skip to main content

MVCxImageGalleryItemCollection.Add(MVCxImageGalleryItem) Method

Adds a specified image gallery item to the end of the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Add(
    MVCxImageGalleryItem item
)

Parameters

Name Type Description
item MVCxImageGalleryItem

A MVCxImageGalleryItem object representing an image slider item to be added.

Remarks

Use the Add method to add a specified node to the end of the MVCxImageGalleryItemCollection object.

See Also