GroupOperator.Clone() Method
In This Article
Creates a copy of the current GroupOperator instance.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public GroupOperator Clone()
#Returns
Type | Description |
---|---|
Group |
A Group |
See Also