[]
ITagHelper implementation for GridTile.
public abstract class GridTileTagHelper<TControl> : TileTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : GridTile
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. |