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

WinExplorerView.HtmlTemplates Property

Gets the collection of HTML-CSS templates.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#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