Back to Devexpress

TileViewItemCustomDrawEventArgs.Item Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemcustomdraweventargs-274e3f51.md

latest1.2 KB
Original Source

TileViewItemCustomDrawEventArgs.Item Property

Gets the processed tile.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public TileViewItem Item { get; }
vb
Public ReadOnly Property Item As TileViewItem

Property Value

TypeDescription
TileViewItem

The processed tile.

|

See Also

TileViewItemCustomDrawEventArgs Class

TileViewItemCustomDrawEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace