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

TileView.TileHtmlTemplates Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

[DXCategory("Layout")]
public HtmlTemplateCollection TileHtmlTemplates { get; }

Property Value

Type Description
DevExpress.Utils.Html.HtmlTemplateCollection

A collection of HTML-CSS tile templates.

Remarks

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

TileView - TileHtmlTemplates - collection

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