ComponentOne ASP.NET MVC Controls
FlowTileBuilder Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : FlowTileBuilder Class

The following tables list the members exposed by FlowTileBuilder.

Public Constructors
 NameDescription
Public ConstructorCreates one FlowTileBuilder instance to configurate obj.  
Top
Public Methods
 NameDescription
Public MethodConfigurates C1.Web.Mvc.Tile.AllowDrag. Sets a boolean value decides whether the tiles could be dragged. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.Tile.AllowHide. Sets a boolean value decides whether the tiles could be hidden. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.Tile.AllowMaximize. Sets a boolean value decides whether the tiles could be maximized. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.FlowTile.AllowResize. Sets a boolean value decides whether the tiles could be resized.  
Public MethodConfigurates C1.Web.Mvc.Tile.Content. Sets the tile content(text/html) or the selector of a Dom element which contains the content. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.Tile.HeaderText. Sets the tile header title. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.FlowTile.Height. Sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content.  
Public MethodConfigurates C1.Web.Mvc.Tile.ShowHeader. Sets a boolean value decides whether to show the header. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.Tile.ShowToolbar. Sets a boolean value decides whether to show the toolbar. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.Tile.Visible. Sets a boolean value decides whether to show the tile. (Inherited from C1.Web.Mvc.Fluent.TileBuilder<FlowTile,FlowTileBuilder>)
Public MethodConfigurates C1.Web.Mvc.FlowTile.Width. Sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content.  
Top
See Also

Reference

FlowTileBuilder Class
C1.Web.Mvc.Fluent Namespace