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

ASPxImageGallery.Items Property

Gets the collection of items in the ASPxImageGallery.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageGalleryItemCollection Items { get; }

Property Value

Type Description
ImageGalleryItemCollection

An ImageGalleryItemCollection instance that is the collection of items.

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 data bound, the Items property is ignored.

See Also