Skip to main content
All docs
V25.1
  • TileViewItemCustomDrawEventArgs(TileControlInfoArgs, TileViewItemInfo) Constructor

    Initializes a new instance of the TileViewItemCustomDrawEventArgs class with specified settings.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public TileViewItemCustomDrawEventArgs(
        TileControlInfoArgs controlInfoArgs,
        TileViewItemInfo itemInfo
    )

    Parameters

    Name Type
    controlInfoArgs DevExpress.XtraEditors.TileControlInfoArgs
    itemInfo DevExpress.XtraGrid.Views.Tile.ViewInfo.TileViewItemInfo
    See Also