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

LookUpValue.Clone() Method

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

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public LookUpValue Clone()

Returns

Type Description
LookUpValue

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

See Also