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 |
---|---|
Look |
A new Look |
See Also