Skip to main content

AggregateOperand.Clone() Method

In This Article

Creates a copy of the current AggregateOperand instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public AggregateOperand Clone()

#Returns

Type Description
AggregateOperand

An AggregateOperand object which calculates an aggregate expression.

See Also