Spread for ASP.NET 11 Product Documentation
Items Property (RadioButtonListEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > RadioButtonListEditor Class : Items Property
Gets the items in the radio button list as an array.
Syntax
'Declaration
 
Public ReadOnly Property Items As ArrayList
'Usage
 
Dim instance As RadioButtonListEditor
Dim value As ArrayList
 
value = instance.Items
public ArrayList Items {get;}

Property Value

ArrayList containing options for the list of options
See Also

Reference

RadioButtonListEditor Class
RadioButtonListEditor Members