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

    Returns the maximum number of operands (parameters) that this function can accept.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    int MaxOperandCount { get; }

    Property Value

    Type Description
    Int32

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

    See Also