DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / GetItemType Method

In This Topic
    GetItemType Method (C1CollectionViewDataCollection)
    In This Topic
    Gets the type of the items.
    Syntax
    'Declaration
     
    Public Overrides Function GetItemType() As Type
    public override Type GetItemType()
    See Also