TileView.TileHtmlTemplate Property
Specifies the default HTML-CSS template used to generate tiles.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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.
The TileHtmlTemplate property allows you to specify a tile template using HTML-CSS markup.
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