Back to Devexpress

TileView.TileHtmlTemplate Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-b765f2f9.md

latest2.4 KB
Original Source

TileView.TileHtmlTemplate Property

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

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Layout")]
public HtmlTemplate TileHtmlTemplate { get; }
vb
<DXCategory("Layout")>
Public ReadOnly Property TileHtmlTemplate As HtmlTemplate

Property Value

TypeDescription
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.

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

TileHtmlTemplates

CustomItemTemplate

ItemCustomize

Tile View

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace