ICustomFunctionOperatorBrowsable.IsValidOperandCount(Int32) Method
Checks whether the specified number of function operands (parameters) is valid.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
bool IsValidOperandCount(
int count
)
Parameters
Name | Type | Description |
---|---|---|
count | Int32 | The number of function operands (parameters). |
Returns
Type | Description |
---|---|
Boolean |
|
See Also