ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / CollectionItemTypeAttribute Class / CollectionItemTypeAttribute Constructor

In This Topic
    CollectionItemTypeAttribute Constructor
    In This Topic
    Initializes a new instance of the CollectionItemTypeAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As System.Type _
    )
    public CollectionItemTypeAttribute( 
       System.Type type
    )

    Parameters

    type
    See Also