Skip to main content
All docs
V24.1

TileView.TileHtmlTemplate Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.1.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