New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

TileGroup Object

A TileGroup object is obtained by calling the getItem() method of a TileGroupCollection.

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

TileGroup Client-Side Methods

Name Parameters Return Type Description
addTile(item) RadBaseTile Adds the tile passed as a parameter to the group.
getTile(index) integer RadBaseTile Returns the tile at the given index in the group.
getTileIndex(tile) RadBaseTile integer Returns the index of the tile passed as a parameter in the given group.
get_tiles() TileCollection Returns the tiles in the given group.
In this article