New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

TileCollection Object

A TileCollection is obtained by calling the get_tiles() method of a TileGroup object.

The Telerik.Web.UI.TileList.TileCollection object exposes the following public methods and properties to control its behavior:

TileCollection Client-Side Methods

NameParametersReturn TypeDescription
add()RadBaseTileAdds the tile passed as a parameter to the collection.
forEach(function)functionExecutes the passed function for each tile in the collection. The tile is passed as an argument to the function.
getItem(index)integerRadBaseTileReturns tile at the index passed as a parameter.
get_count()integerReturns the number of tiles in the collection.
indexOf(tile)RadBaseTileintegerReturns the index in the collection of the tile passed as an argument.
Not finding the help you need?
Contact Support