ICustomAggregateBrowsable.IsValidOperandCount(Int32) Method
Determines whether the specified number of operands is acceptable.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
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