ICustomAggregateBrowsable.MinOperandCount Property
Returns the minimum number of operands (parameters) that this function requires.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that is the smallest possible number of operands (parameters) that the user function requires. 0 indicates that operands can be omitted. |
See Also