CriteriaOperator.Clone(OperandProperty) Method
In This Article
Creates a copy of the specified OperandProperty object.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static OperandProperty Clone(
OperandProperty origin
)
#Parameters
Name | Type | Description |
---|---|---|
origin | Operand |
An Operand |
#Returns
Type | Description |
---|---|
Operand |
An Operand |
See Also