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

CriteriaOperator.Clone(OperandProperty) Method

Initializes a new OperandProperty instance that is a copy of the specified instance instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static OperandProperty Clone(
    OperandProperty origin
)

Parameters

Name Type Description
origin OperandProperty

The property operand to copy.

Returns

Type Description
OperandProperty

The new operand that is a copy of the specified operand.

See Also