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


In This Topic
    ListItemTemplates Property (GcComboBox)
    In This Topic
    Gets or sets a ItemTemplateCollection value that indicates a template of items.
    Syntax
    'Declaration
     
    
    Public Property ListItemTemplates As ItemTemplateCollection
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As ItemTemplateCollection
     
    instance.ListItemTemplates = value
     
    value = instance.ListItemTemplates
    public ItemTemplateCollection ListItemTemplates {get; set;}

    Property Value

    A ItemTemplateCollection value.
    Remarks
    This property used to make up a default setting of the list items. If user add an item without any changes about appearance, the item will display as the template settings.
    See Also