Skip to main content

ToolboxElementBase.Clone() Method

Creates a new ToolboxElementBase object that is a copy of the current instance.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract object Clone()

Returns

Type Description
Object

A new ToolboxElementBase object that is a copy of the current instance.

See Also