Skip to main content

ParameterLookUpSettings.Clone() Method

Creates a copy of the current ParameterLookUpSettings instance.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ParameterLookUpSettings Clone()

Returns

Type Description
ParameterLookUpSettings

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

See Also