Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpList Class / ItemData Property


In This Topic
    ItemData Property (FpList)
    In This Topic
    Gets or sets the item data list of a combo box.
    Syntax
    'Declaration
     
    
    Public Property ItemData As ArrayList
    'Usage
     
    
    Dim instance As FpList
    Dim value As ArrayList
     
    instance.ItemData = value
     
    value = instance.ItemData
    public ArrayList ItemData {get; set;}
    See Also