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

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v26.1.dll

    Declaration

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

    Event Data

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

    See Also