[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.GridLayoutTagHelper-1

GridLayoutTagHelper<TControl> Class

ITagHelper implementation for GridLayout.

Inheritance
BaseTagHelper<TControl>
GridLayoutTagHelper<TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class GridLayoutTagHelper<TControl> : LayoutBaseTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : GridLayout
Type Parameters
Name Description
TControl

Constructors

Name Description
GridLayoutTagHelper()

Properties

Name Description
CellSize

Configurates CellSize. Sets the size of the cell in the grid layout. It is in pixels.

CellSpacing

Configurates CellSpacing. Sets the spacing of the cell in the grid layout. It is in pixels.

CollectionName

Gets the collection name.

GroupSpacing

Configurates GroupSpacing. Sets the spacing of the group in the grid layout. It is in pixels.

MaxRowsOrColumns

Configurates MaxRowsOrColumns. Sets the maximum number of the row count or the column count.

Orientation

Configurates Orientation. Sets the layout orientation.