Version

TileGroupsCollection Class Members

The following tables list the members exposed by TileGroupsCollection.

Protected Constructors
 NameDescription
Protected ConstructorTileGroupsCollection ConstructorDeserialization constructor  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileGroup>)
Public PropertyItemOverloaded. Returns the item associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileGroup>)
Protected Properties
 NameDescription
Protected PropertyPropertyIdOverridden. Returns the property identifier for this instance.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new group to this collection.  
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileGroup>)
Public MethodContainsReturns a boolean value indicating whether the specified item exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileGroup>)
Public MethodContainsKeyReturns a boolean value indicating whether an item with the specified key exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileGroup>)
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileGroup>)
Public MethodInsertAdds a new group to this collection with the specified key.  
Public MethodRemoveOverloaded. Removes the specified group from this collection.  
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileGroup>)
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileGroup>)
See Also