The following tables list the members exposed by DashboardLayoutBuilder.
Public Constructors
Public Methods
| Name | Description |
| AllowDrag | Configurates C1.Web.Mvc.DashboardLayout.AllowDrag. Sets a boolean value decides whether the tiles could be dragged. |
| AllowHide | Configurates C1.Web.Mvc.DashboardLayout.AllowHide. Sets a boolean value decides whether the tiles could be hidden. |
| AllowMaximize | Configurates C1.Web.Mvc.DashboardLayout.AllowMaximize. Sets a boolean value decides whether the tiles could be maximized. |
| AllowResize | Configurates C1.Web.Mvc.DashboardLayout.AllowResize. Sets a boolean value decides whether the tiles could be resized. |
| AllowShowAll | Configurates C1.Web.Mvc.DashboardLayout.AllowShowAll. Sets a boolean value decides whether all the tiles no matter visible or invisible are shown. |
| AttachAutoGridLayout | Configurates C1.Web.Mvc.DashboardLayout.Layout. Attaches a C1.Web.Mvc.AutoGridLayout to the dashboard control. |
| AttachFlowLayout | Configurates C1.Web.Mvc.DashboardLayout.Layout. Attaches a C1.Web.Mvc.FlowLayout to the dashboard control. |
| AttachManualGridLayout | Configurates C1.Web.Mvc.DashboardLayout.Layout. Attaches a C1.Web.Mvc.ManualGridLayout to the dashboard control. |
| AttachSplitLayout | Configurates C1.Web.Mvc.DashboardLayout.Layout. Attaches a C1.Web.Mvc.SplitLayout to the dashboard control. |
| CssClass | Configurates C1.Web.Mvc.Control.CssClass. Sets the css class of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| CssStyle | Configurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| CssStyles | Configurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| Height | Overloaded. Configurates C1.Web.Mvc.Control.Height. Sets the height of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| HtmlAttribute | Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| HtmlAttributes | Overloaded. Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| Id | Configurates C1.Web.Mvc.Component.Id. Sets the id of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| IsDisabled | Configurates C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| LayoutId | Configurates C1.Web.Mvc.DashboardLayout.LayoutId. Sets the id of the layout applied |
| OnClientFormatTile | Configurates the C1.Web.Mvc.DashboardLayout.OnClientFormatTile client event. Occurs when an element representing a Tile has been created. |
| OnClientGotFocus | Configurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| OnClientLostFocus | Configurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| OnClientRefreshed | Configurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| OnClientRefreshing | Configurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| OnClientTileActivated | Configurates the C1.Web.Mvc.DashboardLayout.OnClientTileActivated client event. Occurs when the tile is activated. |
| OnClientTileSizeChanged | Configurates the C1.Web.Mvc.DashboardLayout.OnClientTileSizeChanged client event. Occurs when the tile is maximized or restored. |
| TemplateBind | Configurates the C1.Web.Mvc.Control.TemplateBindings client event. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| ToHtmlString | Get an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>) |
| ToTemplate | Transfer to the template mode. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
| Width | Overloaded. Configurates C1.Web.Mvc.Control.Width. Sets the width of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<DashboardLayout,DashboardLayoutBuilder>) |
Top
Extension Methods
| Name | Description |
| ToTemplate | Render the html string in template mode. |
Top
See Also