Skip to main content
All docs
V25.1
  • ICustomAggregateBrowsable.IsValidOperandCount(Int32) Method

    Determines whether the specified number of operands is acceptable.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    bool IsValidOperandCount(
        int count
    )

    Parameters

    Name Type Description
    count Int32

    An integer value that is the number of operands (parameters) passed to a custom function.

    Returns

    Type Description
    Boolean

    true if the number of operands (parameters) is valid for a custom function; otherwise, false.

    See Also