Skip to main content

TileViewItemCustomizeEventArgs.Item Property

Gets the currently processed tile.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public TileViewItem Item { get; }

Property Value

Type Description
TileViewItem

The currently processed tile.

See Also