Back to Devexpress

TileView.TileHtmlTemplates Property

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

latest2.1 KB
Original Source

TileView.TileHtmlTemplates Property

Provides access to the collection of HTML-CSS tile templates.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
HtmlTemplateCollection

A collection of HTML-CSS tile templates.

|

Remarks

The TileHtmlTemplates property allows you to create multiple HTML-CSS tile templates at design time.

When you handle the TileView.CustomItemTemplate event, you can retrieve these templates from the TileHtmlTemplates collection, and assign them to individual tiles.

See the TileView.CustomItemTemplate event for more information.

See Also

TileHtmlTemplate

CustomItemTemplate

Tile View

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace