Skip to main content
A newer version of this page is available. .

TileViewItemCustomizeEventArgs.Item Property

Gets the currently processed tile.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public TileViewItem Item { get; }

Property Value

Type Description
TileViewItem

The currently processed tile.

See Also