Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileView Class

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.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public class TileView :
    ColumnView,
    ISupportXtraAnimation,
    IAppearanceOwner,
    IContextItemCollectionOwner,
    IContextItemCollectionOptionsOwner,
    ISupportAsyncScrollAnimation,
    IEditFormOwner,
    IGridLookUp,
    IAccessibleGrid,
    IDataControllerValidationSupport,
    IFormatRuleFilter,
    IDxHtmlDesignerDataProvider,
    ISupportCommandBindingForElements<string>,
    IDxHtmlRepositoryOwner

The following members return TileView objects:

#Remarks

The TileView displays records as Windows UI-inspired tiles.

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

See the following help topic to learn more: Tile View.

Demos:

Note

TileView does not support repository items and does not use them to render Tile Item element content.

See Also