Skip to main content
All docs
V24.2

TileView.CustomItemHeight Event

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

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

Event Data

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

See Also