Version

TileManager Method

Renders the specified TileManager model.
Overload List
OverloadDescription
TileManager(TileManagerModel)Renders the specified TileManager model.  
TileManager(TileManagerModel,IDictionary<String,Object>)Renders the TileManager with the specified TileManager model and html attributes.  
TileManager(TileManagerModel,Object)Renders the TileManager with the specified TileManager model and html attributes.  
TileManager(String,TileManagerModel)Renders the TileManager with the specified id and model.  
TileManager(String,TileManagerModel,IDictionary<String,Object>)Renders the TileManager with the specified id, model and html attributes.  
TileManager(String,TileManagerModel,Object)Renders the TileManager with the specified id, model and html attributes.  
TileManager()Creates a wrapper to chain initialization properties on for the igTileManager control.  
TileManager(IDictionary<String,Object>)Creates a wrapper to chain initialization properties on for the igTileManager control and sets its html attributes.  
TileManager(Object)Creates a wrapper to chain initialization properties on for the igTileManager control and sets its html attributes.  
TileManager(IQueryable)Creates a wrapper to chain initialization properties on for the igTileManager control with a specified data model.  
TileManager(IQueryable,IDictionary<String,Object>)Creates a wrapper to chain initialization properties on for the igTileManager control with a specified data model.  
TileManager(IQueryable,Object)Creates a wrapper to chain initialization properties on for the igTileManager control with a specified data model.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub