Class ListItem
Class meant to represent data to be displayed in any of the .NET list controls such as the System.Web.UI.WebControls DropDownList, the System.Windows.Controls ComboBox, etc.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: JK.Common
Assembly: JK.Common.dll
Syntax
public class ListItem : ListItem<object>