Skip to main content

DashboardParameterCollection.Clone() Method

Creates a copy of the current DashboardParameterCollection object.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardParameterCollection Clone()

Returns

Type Description
DashboardParameterCollection

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

See Also