TileItemFrameCollection.Assign(TileItemFrameCollection) Method
Clones all settings from the target TileItemFrameCollection to this TileItemFrameCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | TileItemFrameCollection | A target TileItemFrameCollection object whose settings are to be copied to this TileItemFrameCollection. |
See Also