GroupOperator.Clone() Method
Initializes a new GroupOperator 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
public GroupOperator Clone()
Returns
Type | Description |
---|---|
GroupOperator | The copy of the current instance. |
See Also