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

WinExplorerViewStyleOptions.HtmlTemplate Property

Gets the HTML-CSS template used to generate cards.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

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

#Property Value

Type Description
HtmlTemplate

An HTML-CSS template used to generate cards.

#Property Paths

You can access this nested property as listed below:

Object Type Path to HtmlTemplate
WinExplorerViewStyleOptionsCollection
.ExtraLarge .HtmlTemplate
WinExplorerViewStyleOptionsCollection
.Large .HtmlTemplate
WinExplorerViewStyleOptionsCollection
.Medium .HtmlTemplate
WinExplorerViewStyleOptionsCollection
.Small .HtmlTemplate
WinExplorerViewStyleOptionsCollection
.Tiles .HtmlTemplate

#Remarks

Read the following help topic for detailed information on how to create HTML-CSS templates for WinExplorer View: WinExplorer View

See Also