ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1Gallery Class / Items Property

In This Topic
    Items Property (C1Gallery)
    In This Topic
    Gets a C1GalleryItemCollection object that contains the items of the current C1Gallery control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As C1GalleryItemCollection
    public C1GalleryItemCollection Items {get;}
    See Also