Skip to main content
All docs
V23.2

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.v23.2.dll

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

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public WinExplorerViewOptionsHtmlTemplate OptionsHtmlTemplate { get; }

Property Value

Type Description
WinExplorerViewOptionsHtmlTemplate

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

See Also