IsInstanceOfTypeFunction.MaxOperandCount Property
Specifies the maximum number of operands (parameters) the IsInstanceOfTypeFunction function operator can accept.
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 maximum number of function operands (parameters) the custom function can accept. -1 indicates that a custom function accepts an infinite number of operands. |
Remarks
This property returns “2”.
See Also