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


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

    Property Value

    ArrayList containing a string array of values corresponding to the items in the list
    See Also