Skip to main content
A newer version of this page is available. .

TileView Constructors

Displays records as read-only 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.
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