IListItem

Represents an item of a list.

Namespace:
Inetdev
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

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; }

In this document