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

ICustomFunctionOperatorBrowsable.IsValidOperandType(Int32, Int32, Type) Method

Checks whether a function operand (parameter) with the specified index has the required type.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

bool IsValidOperandType(
    int operandIndex,
    int operandCount,
    Type type
)

Parameters

Name Type Description
operandIndex Int32

The index of the function operand.

operandCount Int32

The total number of operands.

type Type

The operand type.

Returns

Type Description
Boolean

true, if the operand type is valid; otherwise, false.

See Also