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

In This Topic
    C1LightBoxItemCollection Class
    In This Topic
    Object Model
    C1LightBoxItemCollection Class
    Syntax
    'Declaration
     
    Public Class C1LightBoxItemCollection 
       Inherits System.Collections.Generic.List(Of C1LightBoxItem)
       Implements C1.Web.Wijmo.Controls.IJsonRestore 
    public class C1LightBoxItemCollection : System.Collections.Generic.List<C1LightBoxItem>, C1.Web.Wijmo.Controls.IJsonRestore  
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Web.Wijmo.Controls.C1LightBox.C1LightBoxItemCollection

    See Also