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 (one or multiple columns/rows), list (without spaces between records) and Kanban. This View provides the advanced field positioning 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