JK
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    ListItem<System.Object>
    ListItem
    Inherited Members
    ListItem<Object>.Value
    ListItem<Object>.Text
    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>

    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