settings property

List<Control>? settings
getter/setter pair

The settings is a List containing the Controls that are shown grouped together inside a Container. The settings should only be used if the ControlType is Group.

Implementation

List<Control>? settings;