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

ParameterLookUpSettings.Clone() Method

Creates a copy of the current ParameterLookUpSettings instance.

Namespace: DevExpress.DashboardCommon

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

Declaration

public ParameterLookUpSettings Clone()

Returns

Type Description
ParameterLookUpSettings

An ParameterLookUpSettings object that represents an exact copy of the current object.

See Also