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

TileViewItemElement.Assign(TileItemElement) Method

Clones all available settings from the target TileViewItemElement to this TileViewItemElement.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override void Assign(
    TileItemElement src
)

Parameters

Name Type Description
src TileItemElement

A source TileViewItemElement object whose settings should be copied to this TileViewItemElement.

See Also