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

CriteriaOperator.Clone(OperandProperty) Method

Creates a copy of the specified OperandProperty object.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public static OperandProperty Clone(
    OperandProperty origin
)

Parameters

Name Type Description
origin OperandProperty

An OperandProperty object to clone.

Returns

Type Description
OperandProperty

An OperandProperty object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is a null reference.

See Also