Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / Items Property


In This Topic
    Items Property (GcComboBoxCellType)
    In This Topic
    Gets the item collection.
    Syntax
    'Declaration
     
    
    Public Property Items As ListItemCollectionInfo
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As ListItemCollectionInfo
     
    instance.Items = value
     
    value = instance.Items
    public ListItemCollectionInfo Items {get; set;}

    Property Value

    A ListItemCollectionInfo that represents the collection of the combo items.
    Remarks
    This property allows you to obtain a reference to the list of items that are currently stored in GcComboBox. This reference allows you to add items, remove items, and get the number of items in the collection.
    See Also