Back to Devexpress

TileView.CustomItemHeight Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-42e5642d.md

latest1.2 KB
Original Source

TileView.CustomItemHeight Event

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Data")]
public event TileViewCustomItemHeightEventHandler CustomItemHeight
vb
<DXCategory("Data")>
Public Event CustomItemHeight As TileViewCustomItemHeightEventHandler

Event Data

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

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace