[]
ITagHelper implementation for GridLayout.
public abstract class GridLayoutTagHelper<TControl> : LayoutBaseTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : GridLayout
Public MustInherit Class GridLayoutTagHelper(Of TControl As GridLayout)
Inherits LayoutBaseTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| TControl |
| Name | Description |
|---|---|
| GridLayoutTagHelper() |
| 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. |