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