Skip to main content

ICustomAggregateBrowsable.IsValidOperandCount(Int32) Method

Determines whether the specified number of operands is acceptable.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool IsValidOperandCount(
    int count
)

Parameters

Name Type Description
count Int32

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

Returns

Type Description
Boolean

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

See Also