Spread for ASP.NET 12 Product Documentation
Items Property (ComboBoxEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > ComboBoxEditor Class : Items Property
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;}
See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members