[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.GridTileBuilder-2

GridTileBuilder<TControl, TBuilder> Class

Defines a builder to configurate GridTile.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
TileBuilder<TControl, TBuilder>
GridTileBuilder<TControl, TBuilder>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class GridTileBuilder<TControl, TBuilder> : TileBuilder<TControl, TBuilder> where TControl : GridTile where TBuilder : GridTileBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
GridTileBuilder(TControl)

Creates one GridTileBuilder<TControl, TBuilder> instance to configurate obj.

Methods

Name Description
AllowResize(bool)

Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized.

ColumnSpan(int)

Configurates ColumnSpan. Sets the column spans occupied by this tile.

RowSpan(int)

Configurates RowSpan. Sets the row spans occupied by this tile.