Skip to main content

TileView.AssignTileTemplate(TileItemElementCollection) Method

Generates a tile item template from the target element collection.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void AssignTileTemplate(
    TileItemElementCollection srcTemplate
)

Parameters

Name Type Description
srcTemplate TileItemElementCollection

A object that is the source element collection, from which tile items should generate their element templates.

Remarks

See the Tile View article to learn more about TileView tiles and their templates.

See Also