TileViewItem.Item[String] Property
Returns an element bound to the specified field in the data source.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | A String value that represents the field name in the underlying data source for which to return an TileViewItemElement object. |
Property Value
| Type | Description |
|---|---|
| TileViewItemElement | A TileViewItemElement object that represents the required element. |
Remarks
Use the Item indexer property to access items of the TileItem.Elements collection by their field names. See an example below.
See Also