TileView.AssignTileTemplate(TileItemElementCollection) Method
Generates a tile item template from the target element collection.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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