Skip to main content

LookUpValue.Clone() Method

In This Article

Creates a new LookUpValue instance, which is a copy of the current instance.

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public LookUpValue Clone()

#Returns

Type Description
LookUpValue

A new LookUpValue instance, which is a copy of the current instance.

See Also