Skip to main content

ICustomFunctionOperatorBrowsable.MaxOperandCount Property

Returns the maximum count of function operands (parameters).

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

int MaxOperandCount { get; }

Property Value

Type Description
Int32

The maximum count of function operands (parameters).

See Also