ImageGallerySettings.Items Property
In This Article
Gets the collection of items in the ImageGallery.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxImageGalleryItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
Use the Items property to access a collection of items within the image gallery. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
If the image gallery is bound to data, the Items property is ignored.
See Also