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

TileView Class

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.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public class TileView :
    ColumnView,
    ISupportXtraAnimation,
    IAppearanceOwner,
    IContextItemCollectionOwner,
    IContextItemCollectionOptionsOwner,
    ISupportAsyncScrollAnimation,
    IEditFormOwner,
    IGridLookUp,
    IDataControllerValidationSupport

The following members accept/return TileView objects:

Remarks

The TileView displays its records as Windows UI-inspired tiles.

The data editing feature is supported in a separate edit form.

See the Tile View topic to learn more.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TileView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also