Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / Items Property
Example


In This Topic
    Items Property (AjaxComboBoxCellType)
    In This Topic
    Gets the collection of items in the list control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As ListItemCollection
    'Usage
     
    
    Dim instance As AjaxComboBoxCellType
    Dim value As ListItemCollection
     
    value = instance.Items
    public ListItemCollection Items {get;}
    Example
    This example sets the Items property.
    See Also