Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / DefaultSubItem Property


In This Topic
    DefaultSubItem Property (ListColumn)
    In This Topic
    Gets a value that represents the default subitem.
    Syntax
    'Declaration
     
    
    Public Property DefaultSubItem As DefaultSubItem
    'Usage
     
    
    Dim instance As ListColumn
    Dim value As DefaultSubItem
     
    instance.DefaultSubItem = value
     
    value = instance.DefaultSubItem
    public DefaultSubItem DefaultSubItem {get; set;}

    Property Value

    A DefaultSubItem value indicates the default subitem in the ListColumn.
    See Also