CriteriaOperator.Clone(OperandProperty) Method
Creates a copy of the specified DevExpress.Data.Filtering.OperandProperty object.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
origin | OperandProperty | An DevExpress.Data.Filtering.OperandProperty object to clone. |
Returns
Type | Description |
---|---|
OperandProperty | An DevExpress.Data.Filtering.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