Spread Windows Forms 12.0 Product Documentation
SubItems Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : SubItems Property
Gets or sets the subitem collection of ListItemInfo.
Syntax
'Declaration
 
Public Property SubItems As SubItemCollectionInfo
'Usage
 
Dim instance As ListItemInfo
Dim value As SubItemCollectionInfo
 
instance.SubItems = value
 
value = instance.SubItems
public SubItemCollectionInfo SubItems {get; set;}

Property Value

A SubItemCollection value that represents the subitem collection of ListItemInfo.
See Also

Reference

ListItemInfo Class
ListItemInfo Members