Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / ComboBoxItem Class
Members


In This Topic
    ComboBoxItem Class
    In This Topic
    Represents an item in the WinComboBox control's dropdown.
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <TypeConverterAttribute("Xceed.Editors.Design.ComboBoxItemConverter,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    Public NotInheritable Class ComboBoxItem 
    'Usage
     
    Dim instance As ComboBoxItem
    [DefaultMember("Item")]
    [TypeConverter("Xceed.Editors.Design.ComboBoxItemConverter,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    public sealed class ComboBoxItem 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.ComboBoxItem

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ComboBoxItem class specifying the values that the item contains.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverloaded. Gets the value at the specified index.  
    Public PropertyGets the number of values contained in the item.  
    Public PropertyGets the values contained within the item.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object is equal to the current ComboBoxItem.  
    Public MethodServes as a hash function for the ComboBoxItem, suitable for use in hashing algorithms and data structures like a hash table.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also