JK
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    ListItem<T>
    ListItem
    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 Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    Extension Methods

    ClassExtensions.IsNull<T>(T)
    ClassExtensions.IsNotNull<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX