Class ListItem<T>
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<T>
Type Parameters
Name | Description |
---|---|
T | Type of the object's identifier |
Properties
| Improve this Doc View SourceText
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |