MVCxImageSliderItemCollection.Add(MVCxImageSliderItem) Method
Adds a specified image slider item to the end of the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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