IsInstanceOfTypeFunction.MinOperandCount Property
Specifies the minimum number of operands (parameters) required by the IsInstanceOfTypeFunction function operator.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the least possible number of function operands (parameters) required by the custom function. 0 indicates that operands can be omitted. |
Remarks
This property returns “2”.
See Also