ListItem

Default implementation of IListItem.

Namespace:
Inetdev
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
Inetdev.IListItem

Constructors

ListItem

Default constructor

Signature:
public Void ListItem()

Properties

Selected

Whether the item is selected.

Signature:
public Boolean Selected { get; set; }

Text

Items text or description.

Signature:
public String Text { get; set; }

Value

Item value, code, id, etc.

Signature:
public String Value { get; set; }

Methods

ToString

Returns a textual representation of this ListItem.

Signature:
public String ToString()