Skip to main content
A newer version of this page is available. .

TileViewItemCustomizeEventArgs(TileViewItem) Constructor

Initializes a new instance of the TileViewItemCustomizeEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public TileViewItemCustomizeEventArgs(
    TileViewItem item
)

Parameters

Name Type Description
item TileViewItem

The owner of the created TileViewItemCustomizeEventArgs object.

See Also