Name | Description | |
---|---|---|
AutoGridLayout Constructor | Creates one AutoGridLayout instance. |
The following tables list the members exposed by AutoGridLayout.
Name | Description | |
---|---|---|
AutoGridLayout Constructor | Creates one AutoGridLayout instance. |
Name | Description | |
---|---|---|
CellSize | Gets or sets the size of the cell in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.GridLayout) | |
CellSpacing | Gets or sets the spacing of the cell in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.GridLayout) | |
Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) | |
GroupSpacing | Gets or sets the spacing of the group in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.GridLayout) | |
Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) | |
Items | Gets the group collection in this layout. | |
MaxRowsOrColumns | Gets or sets the maximum number of the row count or the column count. (Inherited from C1.Web.Mvc.GridLayout) | |
Orientation | Gets or sets the layout orientation. (Inherited from C1.Web.Mvc.GridLayout) |
Name | Description | |
---|---|---|
ToHtmlString | Returns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component) |
Name | Description | |
---|---|---|
ToTemplate | Render the html string in template mode. |