Skip to main content

OperandValue.Clone() Method

Creates a copy of the current OperandValue instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public OperandValue Clone()

Returns

Type Description
OperandValue

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

See Also