Skip to main content

OperandParameter Class

For internal use only. The operator that represents another operator parameter in Criteria Language expressions.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
[Serializable]
public class OperandParameter :
    OperandValue

The following members return OperandParameter objects:

#Remarks

This class supports the internal infrastructure and you don’t have to use it directly in your code.

#Inheritance

See Also