ICustomFunctionOperatorBrowsable.MinOperandCount Property
Returns the minimum count of function operands (parameters).
Namespace: DevExpress.XamarinForms.Core.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