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

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