ManualGridTileBuilderデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック メソッド
| 名前 | 解説 |
| AllowDrag | Configurates C1.Web.Mvc.Tile.AllowDrag. Sets a boolean value decides whether the tiles could be dragged. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| AllowHide | Configurates C1.Web.Mvc.Tile.AllowHide. Sets a boolean value decides whether the tiles could be hidden. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| AllowMaximize | Configurates C1.Web.Mvc.Tile.AllowMaximize. Sets a boolean value decides whether the tiles could be maximized. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| AllowResize | Configurates C1.Web.Mvc.GridTile.AllowResize. Sets a boolean value decides whether the tiles could be resized. C1.Web.Mvc.Fluent.GridTileBuilder<ManualGridTile,ManualGridTileBuilder>から継承されます。 |
| Column | Configurates C1.Web.Mvc.ManualGridTile.Column. Sets the start column index of tile. The column index starts from 1. |
| ColumnSpan | Configurates C1.Web.Mvc.GridTile.ColumnSpan. Sets the column spans occupied by this tile. C1.Web.Mvc.Fluent.GridTileBuilder<ManualGridTile,ManualGridTileBuilder>から継承されます。 |
| Content | Configurates C1.Web.Mvc.Tile.Content. Sets the tile content(text/html) or the selector of a Dom element which contains the content. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| HeaderText | Configurates C1.Web.Mvc.Tile.HeaderText. Sets the tile header title. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| MaxResizeHeight | Configurates C1.Web.Mvc.Tile.MaxResizeHeight. Sets the default maximum height of the tile when resize. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| MaxResizeWidth | Configurates C1.Web.Mvc.Tile.MaxResizeWidth. Sets the default maximum width of the tile when resize. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| Row | Configurates C1.Web.Mvc.ManualGridTile.Row. Sets the start row index of tile. The row index starts from 1. |
| RowSpan | Configurates C1.Web.Mvc.GridTile.RowSpan. Sets the row spans occupied by this tile. C1.Web.Mvc.Fluent.GridTileBuilder<ManualGridTile,ManualGridTileBuilder>から継承されます。 |
| ShowHeader | Configurates C1.Web.Mvc.Tile.ShowHeader. Sets a boolean value decides whether to show the header. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| ShowToolbar | Configurates C1.Web.Mvc.Tile.ShowToolbar. Sets a boolean value decides whether to show the toolbar. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
| Visible | Configurates C1.Web.Mvc.Tile.Visible. Sets a boolean value decides whether to show the tile. C1.Web.Mvc.Fluent.TileBuilder<TControl,TBuilder>から継承されます。 |
トップ
参照