Back to Devexpress

WinExplorerView.HtmlTemplates Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-ffec4ced.md

latest1.7 KB
Original Source

WinExplorerView.HtmlTemplates Property

Gets the collection of HTML-CSS templates.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
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

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace