IsInstanceOfTypeFunction.Category Property
Designates the IsInstanceOfTypeFunction custom function operator’s category.
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 |
---|---|
FunctionCategory | A FunctionCategory value specifying the custom function’s category. |
Available values:
Name | Description |
---|---|
DateTime | Identifies functions that work with date-time values. |
Logical | Identifies functions that perform logical operations. |
Math | Identifies functions that perform math operations. |
Text | Identifies functions that work with strings. |
All | Identifies functions that fall into any of the other categories. |
See Also