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

MVCxImageSliderItemCollection.Add(MVCxImageSliderItem) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public void Add(
    MVCxImageSliderItem item
)

Parameters

Name Type Description
item MVCxImageSliderItem

An MVCxImageSliderItem object representing an image slider item to be added.

Remarks

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

See Also