Skip to main content
All docs
V25.1
  • ICustomAggregateBrowsable.MinOperandCount Property

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

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.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