Back to Devexpress

TileView.OptionsHtmlTemplate Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-9cbdd193.md

latest1.7 KB
Original Source

TileView.OptionsHtmlTemplate Property

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

Namespace : DevExpress.XtraGrid.Views.Tile

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 virtual TileViewOptionsHtmlTemplate OptionsHtmlTemplate { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public Overridable ReadOnly Property OptionsHtmlTemplate As TileViewOptionsHtmlTemplate

Property Value

TypeDescription
TileViewOptionsHtmlTemplate

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

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace