TileViewItemCustomDrawEventArgs.Item Property
In This Article
Gets the processed tile.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public TileViewItem Item { get; }
#Property Value
Type | Description |
---|---|
Tile |
The processed tile. |
See Also