Skip to main content

BetweenOperator.Clone() Method

Creates a copy of the current BetweenOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public BetweenOperator Clone()

Returns

Type Description
BetweenOperator

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

See Also