Skip to main content
A newer version of this page is available. .
All docs
V22.2

TileView.TileHtmlTemplate Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

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.

Note

Support for HTML and CSS-based UI design in controls is under active development and is available as a Community Technology Preview (CTP). We appreciate your feedback on how you build desktop UIs with HTML and CSS.

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