[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.GridTileTagHelper-1

GridTileTagHelper<TControl> Class

ITagHelper implementation for GridTile.

Inheritance
BaseTagHelper<TControl>
TileTagHelper<TControl>
GridTileTagHelper<TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class GridTileTagHelper<TControl> : TileTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : GridTile
Type Parameters
Name Description
TControl

Constructors

Name Description
GridTileTagHelper()

Properties

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.