Skip to main content
A newer version of this page is available. .

ICustomFunctionOperatorBrowsable.MaxOperandCount Property

When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

int MaxOperandCount { get; }

Property Value

Type Description
Int32

An integer value specifying the maximum number of function operands (parameters) a custom function can accept. -1 indicates that a custom function accepts an infinite number of operands.

See Also