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

TileItemElement.Clone() Method

Returns a copy of this element.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public object Clone()

Returns

Type Description
Object

A TileItemElement object that is this element’s copy.

Remarks

The cloned element is not added to the TileItemElements collection that specify the parent TileItem‘s content. You can use the TileItemElementCollection.Add method to add the specified element to the elements collection. A child elements collection of a tile item can be accessed via its TileItem.Elements property.

See Also