ICustomFunctionOperatorBrowsable.IsValidOperandCount(Int32) Method
In This Article
When implemented by a custom function, determines if it accepts a specified number of operands (parameters).
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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