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

OperandValue.Clone() Method

Creates a copy of the current OperandValue instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public OperandValue Clone()

Returns

Type Description
OperandValue

An OperandValue object which represents an exact copy of the current object.

See Also