Back to Devexpress

WinExplorerViewStyleOptions.HtmlTemplate Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-18508f11.md

latest3.0 KB
Original Source

WinExplorerViewStyleOptions.HtmlTemplate Property

Gets the HTML-CSS template used to generate cards.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
HtmlTemplate

An HTML-CSS template used to generate cards.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace