Skip to main content

CriteriaOperator.Clone(CriteriaOperator) Method

Creates a copy of the specified CriteriaOperator object.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static CriteriaOperator Clone(
    CriteriaOperator origin
)

Parameters

Name Type Description
origin CriteriaOperator

A CriteriaOperator object to clone.

Returns

Type Description
CriteriaOperator

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

See Also