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

DashboardParameterCollection.Clone() Method

Creates a copy of the current DashboardParameterCollection object.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardParameterCollection Clone()

Returns

Type Description
DashboardParameterCollection

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

See Also