Skip to main content
A newer version of this page is available. .

AggregateOperand.Clone() Method

Creates a copy of the current AggregateOperand instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public AggregateOperand Clone()

Returns

Type Description
AggregateOperand

An AggregateOperand object which calculates an aggregate expression.

See Also