Skip to main content
A newer version of this page is available. .
All docs
V20.2

TileView.CustomItemHeight Event

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Data")]
public event TileViewCustomItemHeightEventHandler CustomItemHeight

Event Data

The CustomItemHeight event's data class is DevExpress.XtraGrid.Views.Tile.TileViewCustomItemHeightEventArgs.

See Also