Version

ComboColumnCollection Class Members

The following tables list the members exposed by ComboColumnCollection.

Public Constructors
 NameDescription
Public ConstructorComboColumnCollection ConstructorInitializes a new instance of the ComboColumnCollection class.  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public PropertyFillerColumnGets the column that is used to fill up empty space in a row.  
Public PropertyFixedAdornerColumnsA collection of ComboColumn objects that should be displayed first and fixed in the XamMultiColumnComboEditor Note: these columns are generally columns that don't represent fields in the underlying data source such as the RowSelectionCheckBoxColumn.  
Public PropertyItemGets the ComboColumn that has the specified key.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Protected Internal PropertyStarColumnsGets a readonly list of ComboColumn objects that have a width that are Star.  
Protected Internal PropertyVisibleColumnsGets a readonly list of ComboColumn objects that are not hidden.  
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboColumn>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ComboColumn>)
Public Events
Protected Events
See Also