CardLayout.Clone() Method
In This Article
Creates a copy of the current CardLayout object.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public CardLayout Clone()
#Returns
Type | Description |
---|---|
Card |
A Card |
See Also