[]
Gets the item collection.
[Browsable(true)]
public ListItemCollectionInfo Items { get; set; }
<Browsable(True)>
Public Property Items As ListItemCollectionInfo
Type | Description |
---|---|
ListItemCollectionInfo | A ListItemCollectionInfo that represents the collection of the combo items. |
This property allows you to obtain a reference to the list of items that are currently stored in GrapeCity.Win.Spread.InputMan.CellType.GcComboBox. This reference allows you to add items, remove items, and get the number of items in the collection.