TileView.OptionsHtmlTemplate Property
In This Article
Contains options that are applied when you use HTML and CSS-based templates to render tiles.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public virtual TileViewOptionsHtmlTemplate OptionsHtmlTemplate { get; }
#Property Value
Type | Description |
---|---|
Tile |
The options that are applied when you use HTML and CSS-based templates to render tiles. |
See Also