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

AppearanceObject.Clone() Method

Creates a copy of the current AppearanceObject instance.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public virtual object Clone()

Returns

Type Description
Object

An AppearanceObject object which represents an exact copy of the current appearance object.

Remarks

This method creates a new instance of the AppearanceObject class and copies the properties of the current appearance object to the one created via the AppearanceObject.Assign method.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Clone() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also