A container that holds a set of form elements that can be expanded, collapsed, or displayed together. More...
Header | #include <Group |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Q | elements() const |
Esri | initial |
Detailed Description
Member Function Documentation
[override virtual noexcept]
GroupFormElement::~GroupFormElement ()
Destructor.
QList <Esri::ArcGISRuntime::FormElement *> GroupFormElement::elements() const
Returns an ordered list of form elements. Nested group elements are not supported.
Esri::ArcGISRuntime::FormGroupState GroupFormElement::initialState () const
Defines and returns if the group should be expanded or collapsed when the form is initially displayed.
If not provided, the default value is expanded.