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