Skip to main content

OperandProperty.Clone() Method

In This Article

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

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
public OperandProperty Clone()

#Returns

Type Description
OperandProperty

The copy of the current instance.

See Also