TileViewItemElement.Column Property
Gets or sets a grid column to which this TileViewItemElement is bound.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
[DXCategory("Data")]
public GridColumn Column { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
null | A Grid |
#Remarks
To display a grid column’s data within the TileView, you need to add a TileViewItemElement object to the TileView.TileTemplate collection and bind this element to the desired GridColumn by using the Column property. If the column’s OptionsColumn.ShowCaption property equals false (default value), the related element will display only this column’s data. Otherwise, the column caption, separated from the column data with a colon character, will also be shown. Refer to the Tile View topic for details.