Spread for ASP.NET 12 Product Documentation
ListItems Property (RadioButtonListCellType)


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

Reference

RadioButtonListCellType Class
RadioButtonListCellType Members