Back to Devexpress

WinExplorerView.OptionsHtmlTemplate Property

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

latest1.9 KB
Original Source

WinExplorerView.OptionsHtmlTemplate Property

Contains options that are applied when you use HTML and CSS-based templates to render items.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public WinExplorerViewOptionsHtmlTemplate OptionsHtmlTemplate { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsHtmlTemplate As WinExplorerViewOptionsHtmlTemplate

Property Value

TypeDescription
WinExplorerViewOptionsHtmlTemplate

The options that are applied when you use HTML and CSS-based templates to render items.

|

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace