RangeDomain QML Type
A domain which specifies a range of valid values for a field. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
Detailed Description
Note: Since the 100.10 release, this class may be created from json. This is the only way the class may be created.
Property Documentation
maxValue : var |
Returns the maximum value of the range (read-only).
Note: The supported types are:
- int
- real
- double
- date
minValue : var |
Returns the minimum value of the range (read-only).
Note: The supported types are:
- int
- real
- double
- date