Back to Devexpress

ASPxImageGallery.Items Property

aspnet-devexpress-dot-web-dot-aspximagegallery.md

latest1.5 KB
Original Source

ASPxImageGallery.Items Property

Gets the collection of items in the ASPxImageGallery.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageGalleryItemCollection Items { get; }
vb
Public ReadOnly Property Items As ImageGalleryItemCollection

Property Value

TypeDescription
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

Image Gallery

ASPxImageGallery Class

ASPxImageGallery Members

DevExpress.Web Namespace