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

WinExplorerView.HtmlTemplates Property

Gets the collection of HTML-CSS templates.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
HtmlTemplateCollection

Stores HTML-CSS templates.

Remarks

The default template for WinExplorerView cards is stored in the HtmlTemplates property. If you wish to apply different templates to cards based on a custom condition, populate the HtmlTemplates collection with templates and handle the QueryItemTemplate event.

See Also