Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / ItemList Property


In This Topic
    ItemList Property (BaseKeyCollection)
    In This Topic
    Gets an System.Collections.ICollection that contains the list of elements in the BaseKeyCollection instance.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property ItemList As ICollection
    'Usage
     
    
    Dim instance As BaseKeyCollection
    Dim value As ICollection
     
    value = instance.ItemList
    protected ICollection ItemList {get;}

    Property Value

    The System.Collections.ICollection value that indicates the item list.
    See Also