Skip to main content

TileItemFrameCollection.Assign(TileItemFrameCollection) Method

Clones all settings from the target TileItemFrameCollection to this TileItemFrameCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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