[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ListItem

ListItem Class

Represents an item in a combo box, list box, or radio button list cell.

Inheritance
ListItem
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ListItem
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ListItem

Constructors

Name Description
ListItem()

Creates a new list item.

ListItem(string, string)

Creates a new list item with the specified text and value for that item.

Properties

Name Description
Text

Gets or sets the text of the list item.

Value

Gets or sets the value of the list item.