Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RadioButtonListCellType Class / ListItems Property
Example


In This Topic
    ListItems Property (RadioButtonListCellType)
    In This Topic
    Gets or sets the radio button options.
    Syntax
    'Declaration
     
    Public Property ListItems As ListItem()
    'Usage
     
    Dim instance As RadioButtonListCellType
    Dim value() As ListItem
     
    instance.ListItems = value
     
    value = instance.ListItems
    public ListItem[] ListItems {get; set;}

    Property Value

    ListItem array containing the multiple options
    Example
    See Also