TileViewItemElement.Assign(TileItemElement) Method
Clones all available settings from the target TileViewItemElement to this TileViewItemElement.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | TileItemElement | A source TileViewItemElement object whose settings should be copied to this TileViewItemElement. |
See Also