WinExplorerViewStyleOptions.HtmlTemplate Property
In This Article
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 |
---|---|
Html |
An HTML-CSS template used to generate cards. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Html |
---|---|
Win |
|
Win |
|
Win |
|
Win |
|
Win |
|
#Remarks
Read the following help topic for detailed information on how to create HTML-CSS templates for WinExplorer View: WinExplorer View
See Also