[]
        
(Showing Draft Content)

C1.Web.Mvc.GridLayout

GridLayout Class

Defines the base class represents the grid layout.

Inheritance
Service
GridLayout
Implements
Namespace: C1.Web.Mvc
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class GridLayout : LayoutBase, IHtmlContent, ITemplate

Constructors

Name Description
GridLayout(IHtmlHelper)

Creates one AutoGridLayout instance.

Properties

Name Description
CellSize

Gets or sets the size of the cell in the grid layout. It is in pixels.

CellSpacing

Gets or sets the spacing of the cell in the grid layout. It is in pixels.

GroupSpacing

Gets or sets the spacing of the group in the grid layout. It is in pixels.

MaxRowsOrColumns

Gets or sets the maximum number of the row count or the column count.

Orientation

Gets or sets the layout orientation.