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


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

Property Value

ArrayList containing a string array of values corresponding to the option buttons
See Also

Reference

RadioButtonListEditor Class
RadioButtonListEditor Members