Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileView.TileHtmlTemplates Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

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

#Property Value

Type Description
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