An object that defines a field group. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.13 |
Inherits: |
Properties
- contingencies : list<Contingency>
- editingRestrictive : bool
- fields : list<string>
- name : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
contingencies : list<Contingency> |
A collection of contingencies that define possible values for fields in this field group (read-only).
It is possible for a field group to contain no contingencies (either because none were authored, or existing ones were deleted). In this scenario, the field group will offer no suggested values, and will not result in any violations.
A boolean indicating whether fields in this field group are restricted to this field group's contingent values (read-only).
The collection of names of fields that participate in this field group (read-only).