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

ICustomFunctionOperatorBrowsable.MinOperandCount Property

Returns the minimum count of function operands (parameters).

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

int MinOperandCount { get; }

Property Value

Type Description
Int32

The minimum count of function operands (parameters).

See Also