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

ICustomFunctionOperatorBrowsable.IsValidOperandCount(Int32) Method

Checks whether the specified number of function operands (parameters) is valid.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

bool IsValidOperandCount(
    int count
)

Parameters

Name Type Description
count Int32

The number of function operands (parameters).

Returns

Type Description
Boolean

true, if the number of operands is valid; otherwise, false.

See Also