ComponentOne ASP.NET MVC Controls
ManualGridLayoutBuilder Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : ManualGridLayoutBuilder Class

The following tables list the members exposed by ManualGridLayoutBuilder.

Public Constructors
 NameDescription
Public ConstructorCreates one ManualGridLayoutBuilder instance to configurate component.  
Top
Public Methods
 NameDescription
Public MethodConfigurates C1.Web.Mvc.GridLayout.CellSize. Sets the size of the cell in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.Fluent.GridLayoutBuilder<ManualGridLayout,ManualGridLayoutBuilder>)
Public MethodConfigurates C1.Web.Mvc.GridLayout.CellSpacing. Sets the spacing of the cell in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.Fluent.GridLayoutBuilder<ManualGridLayout,ManualGridLayoutBuilder>)
Public MethodConfigurates C1.Web.Mvc.GridLayout.GroupSpacing. Sets the spacing of the group in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.Fluent.GridLayoutBuilder<ManualGridLayout,ManualGridLayoutBuilder>)
Public MethodConfigurates C1.Web.Mvc.Component.Id. Sets the id of the service. (Inherited from C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>)
Public MethodConfigure C1.Web.Mvc.ManualGridLayout.Items.  
Public MethodConfigurates C1.Web.Mvc.GridLayout.MaxRowsOrColumns. Sets the maximum number of the row count or the column count. (Inherited from C1.Web.Mvc.Fluent.GridLayoutBuilder<ManualGridLayout,ManualGridLayoutBuilder>)
Public MethodConfigurates C1.Web.Mvc.GridLayout.Orientation. Sets the layout orientation. (Inherited from C1.Web.Mvc.Fluent.GridLayoutBuilder<ManualGridLayout,ManualGridLayoutBuilder>)
Public MethodWhen the builder works in template mode, bind the property which name is specified to some item which name is specified. (Inherited from C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>)
Public MethodGet an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>)
Public MethodTransfers current builder to template mode. (Inherited from C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>)
Top
Extension Methods
 NameDescription
Public Extension MethodRender the html string in template mode.
Top
See Also

Reference

ManualGridLayoutBuilder Class
C1.Web.Mvc.Fluent Namespace