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


In This Topic
    ComboBoxItemList Class
    In This Topic
    Contains a list of ComboBoxItem objects.
    Object Model
    ComboBoxItemList ClassComboBoxItem Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class ComboBoxItemList 
    'Usage
     
    Dim instance As ComboBoxItemList
    [DefaultMember("Item")]
    public sealed class ComboBoxItemList 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.ComboBoxItemList

    Public Properties
     NameDescription
    Public PropertyGets the number of columns in the parent WinComboBox control's dropdown.  
    Public PropertyGets the number of items contained in the list.  
    Public PropertyGets a boolean value indicating if access to the list is synchronized (thread-safe).  
    Public PropertyGets or sets the ComboBoxItem at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the list.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a ComboBoxItem to the list.  
    Public MethodAdds the specified values to the end of the list.  
    Public MethodRemoves all items from the list.  
    Public MethodOverloaded. Retrieves a boolean value indicating if the item exists in the list.  
    Public MethodCopies the items of the list to an array, starting at a particular array index.  
    Public MethodReturns an enumerator that can iterate through the list.  
    Public MethodSearches for the specified ComboBoxItem in the list and returns the zero-based index of the first occurrence.  
    Public MethodInserts a ComboBoxItem into the list at the specified index.  
    Public MethodRemoves the first occurrence of item from the list.  
    Public MethodRemoves the item at the specified index.  
    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