Skip to main content
A newer version of this page is available. .

ICustomFunctionOperatorBrowsable.MaxOperandCount Property

Returns the maximum count of function operands (parameters).

Namespace: DevExpress.Data.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