Skip to main content
All docs
V24.2

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.TileHtmlTemplate Property

Specifies the default HTML-CSS template used to generate tiles.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[DXCategory("Layout")]
public HtmlTemplate TileHtmlTemplate { get; }

#Property Value

Type Description
HtmlTemplate

An HTML-CSS template used to generate tiles.

#Remarks

TileView supports regular templates (see TileView.TileTemplate) and HTML-CSS templates to generate tiles.

The TileHtmlTemplate property allows you to specify a tile template using HTML-CSS markup.

TileView - html template

Run Demo

If both the TileView.TileTemplate and TileHtmlTemplate properties are specified, the HTML-CSS template has priority over the regular template.

See the following topic for more information: Create Tile Template.

See Also