Back to Devexpress

TileViewItemCustomizeEventArgs.Item Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemcustomizeeventargs-2fcbd7bd.md

latest1.3 KB
Original Source

TileViewItemCustomizeEventArgs.Item Property

Gets the currently 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 currently processed tile.

|

See Also

TileViewItemCustomizeEventArgs Class

TileViewItemCustomizeEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace