Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / ListItems Property
Example


In This Topic
    ListItems Property (ComboBoxCellType)
    In This Topic
    Gets or sets the list items for the combo box list.
    Syntax
    'Declaration
     
    
    Public Property ListItems As ListItem()
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value() As ListItem
     
    instance.ListItems = value
     
    value = instance.ListItems
    public ListItem[] ListItems {get; set;}

    Property Value

    ListItem array with the list of items
    Example
    See Also