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

CardLayout.Clone() Method

Creates a copy of the current CardLayout object.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public CardLayout Clone()

Returns

Type Description
CardLayout

A CardLayout object which is a copy of the current object.

See Also