Skip to main content

ConstantValue.Clone() Method

In This Article

Creates a copy of the current ConstantValue instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public ConstantValue Clone()

#Returns

Type Description
ConstantValue

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

See Also