Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / Items Property


In This Topic
    Items Property (GcComboBox)
    In This Topic
    Gets the collection of the items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As ListItemCollection
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As ListItemCollection
     
    value = instance.Items
    public ListItemCollection Items {get;}

    Property Value

    A ListItemCollection representing the collection of the combo items.
    Remarks
    This property enables you to obtain a reference to the list of items that are currently stored in the GcComboBox. With this reference, you can add items, remove items, and obtain a count of the items in the collection.
    See Also