Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / ComboBoxEditor Class / Items Property


In This Topic
    Items Property (ComboBoxEditor)
    In This Topic
    Gets the items in the combo box as an array.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As ArrayList
    'Usage
     
    
    Dim instance As ComboBoxEditor
    Dim value As ArrayList
     
    value = instance.Items
    public ArrayList Items {get;}

    Property Value

    ArrayList containing items for the list
    See Also