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

ConstantValue.Clone() Method

Creates a copy of the current ConstantValue instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public ConstantValue Clone()

Returns

Type Description
ConstantValue

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

See Also