Skip to main content

GroupOperator.Clone() Method

Creates a copy of the current GroupOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public GroupOperator Clone()

Returns

Type Description
GroupOperator

A GroupOperator object which represents an exact copy of the current object.

See Also