TileViewItemCustomizeEventArgs(TileViewItem) Constructor
Initializes a new instance of the TileViewItemCustomizeEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | TileViewItem | The owner of the created TileViewItemCustomizeEventArgs object. |
See Also