Skip to main content

OperandProperty.Clone() Method

Creates a copy of the current OperandProperty instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public OperandProperty Clone()

Returns

Type Description
OperandProperty

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

See Also