Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / RadioButtonListEditor Class / Items Property


In This Topic
    Items Property (RadioButtonListEditor)
    In This Topic
    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