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

TileItemFrameCollection.Assign(TileItemFrameCollection) Method

Clones all settings from the target TileItemFrameCollection to this TileItemFrameCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public void Assign(
    TileItemFrameCollection collection
)

Parameters

Name Type Description
collection TileItemFrameCollection

A target TileItemFrameCollection object whose settings are to be copied to this TileItemFrameCollection.

See Also