Skip to main content

ICustomAggregateBrowsable.MinOperandCount Property

Returns the minimum number of operands (parameters) that this function requires.

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 that is the smallest possible number of operands (parameters) that the user function requires. 0 indicates that operands can be omitted.

See Also