ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListView Class / CreateListViewItem Method

In This Topic
    CreateListViewItem Method
    In This Topic
    Create a new instance of the C1ListViewItem class.
    Syntax
    'Declaration
     
    Public Function CreateListViewItem( _
       ByVal itemtype As DataBindingItemType, _
       ByVal datatype As System.String _
    ) As C1ListViewItem
    public C1ListViewItem CreateListViewItem( 
       DataBindingItemType itemtype,
       System.string datatype
    )

    Parameters

    itemtype
    datatype
    See Also