[]
ITagHelper implementation for GridTile.
public abstract class GridTileTagHelper<TControl> : TileTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : GridTile
Public MustInherit Class GridTileTagHelper(Of TControl As GridTile)
Inherits TileTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| TControl |
| Name | Description |
|---|---|
| GridTileTagHelper() |
| Name | Description |
|---|---|
| AllowResize | Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized. |
| CollectionName | Gets the collection name. |
| ColumnSpan | Configurates ColumnSpan. Sets the column spans occupied by this tile. |
| RowSpan | Configurates RowSpan. Sets the row spans occupied by this tile. |