Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemCollection Class


In This Topic
    SmartItemCollection Class Methods
    In This Topic

    For a list of all members of this type, see SmartItemCollection members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a SmartItem to the collection.  
    Public MethodOverloaded. Adds each element of an object array to the end of the collection as a SmartItem.  
    Public MethodRemoves all SmartItems from the collection.  
    Public MethodRetrieves a boolean value indicating if a specific SmartItem exists in the list.  
    Public MethodCopies the items of the collection to an array, starting at a particular array index.  
    Public MethodRetrieves the first SmartItem in the collection that has the specified state.  
    Public MethodRetrieves the last SmartItem in the collection that has the specified state.  
    Public MethodRetrieves the next SmartItem in the collection that has the specified state.  
    Public MethodRetrieves the previous SmartItem in the collection that has the specified state.  
    Public MethodRetrieves the size required to display all of the SmartItems contained within the collection.  
    Public MethodSearches for the specified SmartItem in the collection and returns its zero-based index.  
    Public MethodInserts a SmartItem into the collection at the specified index.  
    Public MethodOverloaded. Refreshes the collection non-recursively.  
    Public MethodRemoves the specified SmartItem from the collection.  
    Public MethodRemoves the SmartItem at the specified index from the collection.  
    Public MethodSelects the first SmartItem in the collection.  
    Public MethodSelects the last SmartItem in the collection.  
    Public MethodSelects the next SmartItem in the collection.  
    Public MethodSelects the previous SmartItem in the collection.  
    Public MethodSorts the collection non-recursively (only 1 level).  
    Public MethodThis method is reserved for internal use and is not intended to be used directly from your code.  
    Top
    See Also