windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-884c334f.md
A tile within a TileView.
Namespace : DevExpress.XtraGrid.Views.Tile
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class TileViewItem :
TileItem,
IRowConditionFormatProvider
Public Class TileViewItem
Inherits TileItem
Implements IRowConditionFormatProvider
The following members return TileViewItem objects:
TileViewItem class objects represent grid records as tiles within a TileView. Each tile is drawn according to the tile template stored within the TileView.TileTemplate property. This template allows you to select which column’s data should be displayed and arrange these content blocks in the tile. Tiles also support grouping based on the GroupColumn property accessible via the TileView.ColumnSet properties section.
To select which grid column’s data should be visible within your tiles, add the required TileViewItemElement objects number and bind them to the target grid columns by using their TileViewItemElement.Column property. See the Tile View topic to learn more.
Object MarshalByRefObject Component TileItem TileViewItem
See Also