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

TileGroup Object

A TileGroup object is obtained from the TileList Object though its Groups collection which offers an enumerator.

Public methods

Name Return type Description
GetAllTiles List<Telerik.Web.UI.RadBaseTile> Gets all tiles inside the group.
GetSelectedTiles List<Telerik.Web.UI.RadBaseTile> Gets the selected tiles from the group.

Public properties

Name Return type Description
Name string Gets or sets the Name of the group.
Tiles Telerik.Web.UI.BaseTileCollection Gets the children of the group. The collection can be modified by adding/removing tiles.
In this article