Skip to main content

TileViewItemCustomizeEventArgs(TileViewItem) Constructor

Initializes a new instance of the TileViewItemCustomizeEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public TileViewItemCustomizeEventArgs(
    TileViewItem item
)

Parameters

Name Type Description
item TileViewItem

The owner of the created TileViewItemCustomizeEventArgs object.

See Also