Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

int MinOperandCount { get; }

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