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

ICustomFunctionOperatorBrowsable.IsValidOperandCount(Int32) Method

When implemented by a custom function, determines if it accepts a specified number of operands (parameters).

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool IsValidOperandCount(
    int count
)

Parameters

Name Type Description
count Int32

An integer value specifying the number of operands (parameters) passed to a custom function.

Returns

Type Description
Boolean

true if the number of operands (parameters) passed as the count is valid for a custom function; otherwise, false.

See Also