Skip to main content

DashboardParameterCollection.Clone() Method

In This Article

Creates a copy of the current DashboardParameterCollection object.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

#Returns

Type Description
DashboardParameterCollection

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

See Also