Skip to main content

LookUpValue.Clone() Method

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

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v23.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