Skip to main content
All docs
V25.1
  • TileView.CustomItemHeight Event

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

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

    Event Data

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

    See Also