TileView Constructors
Displays records as tiles, using one of the following layout modes: default (standard table layout), list (tiles have no space between them), and Kanban. This View includes the Tile Template feature, which helps you arrange fields relative to other fields, specify absolute or relative field display bounds, etc. In-place editors are supported when you use HTML-based templates.Name | Parameters | Description |
---|---|---|
TileView() | none | Initializes a new instance of the TileView class with the default settings. |
TileView(GridControl) | gridControl | Initializes a new instance of the TileView class with the specified settings. |
See Also