Xceed SmartUI for WinForms v3.6 Documentation
SmartItemCollection Class Members
Properties  Methods 


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace : SmartItemCollection Class

The following tables list the members exposed by SmartItemCollection.

Public Properties
 NameDescription
Public PropertyGets or sets the background color of every SmartItem in the collection whose own BackColor property has not been explicitly set.  
Public PropertyGets or sets the SmartBorders associated with the collection.  
Public PropertyGets or sets the comparer to use for the collection.  
Public PropertyGets the number of SmartItems contained in the collection.  
Public PropertyGets or sets the SmartItem that is currently dropped down.  
Public PropertyGets or sets the first SmartItem that is completely or partial visible in the collection.  
Public PropertyGets the font of every SmartItem in the collection whose own Font property has not been explicitly set.  
Public PropertyThis property is reserved for internal use and is not intended to be used directly from your code.  
Public PropertyGets or sets a value indicating the visibility of the horizontal scrollbar.  
Public PropertyGets or set the inner margins (inside the Borders) for this collection.  
Public PropertyGets a value indicating whether the collection has a fixed size.  
Public PropertyGets a value indicating whether the collection is read-only  
Public PropertyOverloaded. Gets the SmartItem associated with the specified key.  
Public PropertyGets or sets the SmartLayout associated with the collection.  
Public PropertyGets the margins for this collection. It represents the sum of the InnerMargins, OuterMargins and Borders to which the space required to display the scrollbars is added if needed.  
Public PropertyGets or sets a value indicating how (and if) mnemonics are activated.  
Public PropertyGets or sets the outer margins (outside the Borders) for this collection.  
Public PropertyGets or sets the color of the collection's OuterMargins.  
Public PropertyGets the collection's parent SmartItem.  
Public PropertyGets or sets the style of the collection's scrollbars.  
Public PropertyGets or sets a boolean value indicating if the collection is sorted  
Public PropertyGets or sets a boolean value indicating the visibility of the vertical scrollbar.  
Top
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

Reference

SmartItemCollection Class
Xceed.SmartUI Namespace