ICustomFunctionOperatorBrowsable.MinOperandCount Property
When implemented by a custom function, returns the minimum number of operands (parameters) required by this function.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the least possible number of function operands (parameters) required by a custom function. 0 indicates that operands can be omitted. |
See Also